Html Css Color HEX #18407C Dark Cerulean

📋 copy color: '#18407C'

red 24 ◦ green 64 ◦ blue 124

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

Shades of Dark Cerulean #18407C

Tints of Dark Cerulean #18407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 11.32%
G = 30.19%
B = 58.49%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18407C (or 0x18407C) is known color: Dark Cerulean. HEX triplet: 18, 40 and 7C. RGB value is (24,64,124). Sum of RGB (Red+Green+Blue) = 24+64+124=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #18407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18407C is #E7BF83. Grayscale: #3A3A3A. Windows color (decimal): -15187844 or 8142872. OLE color: 8142872.

HSL color Cylindrical-coordinate representation of color #18407C: hue angle of 216º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18407C is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 64 124 -
CMYK 0.81 0.48 0 0.51
HSL 216º 0.68% 0.29% -
HSV(B) 216º 0.81% 0.49% -
XYZ 5.85 5.32 19.79 -
YUV 58.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 24 64 124 0.81 0.48 0 0.51 216 0.68 0.29
Hex 18 40 7C 51 30 0 33 D8 44 1D
Octal 30 100 174 121 60 0 63 330 104 35
Binary 11000 1000000 1111100 1010001 110000 0 110011 11011000 1000100 11101

Color Harmonies of #18407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18407C

Black with #18407C

Text Example


Text Example

White with #18407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18407C; }

 p { color: rgb(24,64,124); }

 H1.HeaderClassName
 {
   color: #18407C;
 }
 .AnyTagClassName
 {
   color: #18407C;
 }
</style>

background-color css

<style>
 a { background-color: #18407C; }

 a { background-color: rgb(24,64,124); }

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

border-color css

<style>
 span { border-color: #18407C; }

 span { border-color: rgb(24,64,124); }

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