COLOR #181958

HEX: #181958
RGB: (24,25,88)

Color info

#181958 contains mainly blue color. Web safe color of #181958 is #000066 (or #006).

RGB color model

#181958 color RGB value is (24,25,88).

  • red value is 24;
  • green value is 25;
  • blue value is 88.
RGB:
(24,25,88)
(9%,10%,35%)

RGB channels and saturation

R 24 of 255 = 9%
G 25 of 255 = 10%
B 88 of 255 = 35%

24
25
88

R + G + B ~ 18%. #181958 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 25 + 88 = 137 (100%)
R 24 of 137 ~ 17.52%
G 25 of 137 ~ 18.25%
B 88 of 137 ~ 64.23%

%17.52
%18.25
%64.23

CMYK color model

#181958 color CMYK value is (73,72,0,65).

  • cyan value is 72.73%
  • magenta value is 71.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(73,72,0,65)
C73M72Y0K65 
(73%,72%,0%,65%)
(0.73/0.72/0.00/0.65)	

CMYK percentages

%72.73
%71.59
%0
%65.49

Codes

Color #181958 in popluar color models

181958
RGB242588
HSL239°57.14%21.96%
HSB/HSV239°72.73%34.51%
CMYK72.73%71.59%0.00%
65.49%

Color #181958 in popluar number systems.

HEX181958
Decimal242588
Binary11000110011011000
Octal3031130

Shades and tints

Shades of #181958

#181958
(24,25,88)
#161750
(22,23,80)
#141548
(20,21,72)
#121340
(18,19,64)
#101138
(16,17,56)
#0E0F30
(14,15,48)
#0C0D28
(12,13,40)
#0A0B20
(10,11,32)
#080918
(8,9,24)
#060710
(6,7,16)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #181958

#181958
(24,25,88)
#2D2D67
(45,45,103)
#424176
(66,65,118)
#575585
(87,85,133)
#6C6994
(108,105,148)
#817DA3
(129,125,163)
#9691B2
(150,145,178)
#ABA5C1
(171,165,193)
#C0B9D0
(192,185,208)
#D5CDDF
(213,205,223)
#EAE1EE
(234,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181958 color. Also use rgb(24,25,88) instead hex code.

Text Font Color

.myTextColor { color: #181958; }

<p style="color:#181958">This sample text font color is #181958.</p>

This text font color is #181958.


Background Color

.myBgColor { background-color: #181958; }

<div style="background-color:#181958">Inner text</div>

This div background color is #181958.


Border color

.myBorderColor { border: 1px solid #181958; }

<div style="border:3px solid #181958">Div</div>

This div border color is #181958.


Opacity

.myOpacity80 { color: #181958; opacity: 0.8; }

<p style="color:#181958;opacity:0.8;">80%</p>

Text with #181958 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #181958;}

<p style="text-shadow: 3px 3px 1px #181958">Text here.</p>

This text has shadow with #181958 color.

.textShadow {text-shadow: 3px 3px 1px #181958, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #181958, 5px 5px 20px red">Text here.</p>

This text has shadow with #181958 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#181958, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#181958, Direction=45, Strength=4)">Text</p>

This text has shadow with #181958 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #181958;
  -webkit-box-shadow:	1px 1px 3px 2px #181958;
  box-shadow:		1px 1px 3px 2px #181958;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #181958;
-webkit-box-shadow: 1px 1px 3px 2px #181958;
box-shadow:1px 1px 3px 2px #181958;">
Div content here</div>
This div box has shadow with color #181958.

Preview

Color preview on black background

This text has color #181958 on black background.


Color preview on white background

This text has color #181958 on white background.



Black color preview on #181958 background

This text has black color on #181958 background.


White color preview on #181958 background

This text has white color on #181958 background.