Html Css Color HEX #18496E Dark Cerulean

📋 copy color: '#18496E'

red 24 ◦ green 73 ◦ blue 110

#18496E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #18496E

Tints of Dark Cerulean #18496E

RGB

 RED value IS 24 (9.77% from 255) = 11.59%

 GREEN value IS 73 (28.91% from 255) = 35.27%

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 11.59%
G = 35.27%
B = 53.14%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#18496E (or 0x18496E) is known color: Dark Cerulean. HEX triplet: 18, 49 and 6E. RGB value is (24,73,110). Sum of RGB (Red+Green+Blue) = 24+73+110=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #18496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18496E is #E7B691. Grayscale: #3E3E3E. Windows color (decimal): -15185554 or 7227672. OLE color: 7227672.

HSL color Cylindrical-coordinate representation of color #18496E: hue angle of 205.81º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18496E is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 73 110 -
CMYK 0.78 0.34 0 0.57
HSL 205.81º 0.64% 0.26% -
HSV(B) 205.81º 0.78% 0.43% -
XYZ 5.57 6.09 15.63 -
YUV 62.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 24 73 110 0.78 0.34 0 0.57 205.81 0.64 0.26
Hex 18 49 6E 4E 22 0 39 CE 40 1A
Octal 30 111 156 116 42 0 71 316 100 32
Binary 11000 1001001 1101110 1001110 100010 0 111001 11001110 1000000 11010

Color Harmonies of #18496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18496E

Black with #18496E

Text Example


Text Example

White with #18496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18496E; }

 p { color: rgb(24,73,110); }

 H1.HeaderClassName
 {
   color: #18496E;
 }
 .AnyTagClassName
 {
   color: #18496E;
 }
</style>

background-color css

<style>
 a { background-color: #18496E; }

 a { background-color: rgb(24,73,110); }

 div.DivClassName
 {
   background-color: #18496E;
 }
 .BgClassName
 {
   background-color: #18496E;
 }
</style>

border-color css

<style>
 span { border-color: #18496E; }

 span { border-color: rgb(24,73,110); }

 td.TdClassName
 {
   border-color: #18496E;
 }
 .TagClassName
 {
   border-color: #18496E;
 }
</style>