Html Css Color HEX #18427C Dark Cerulean

📋 copy color: '#18427C'

red 24 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #18427C

Tints of Dark Cerulean #18427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 11.21%
G = 30.84%
B = 57.94%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18427C (or 0x18427C) is known color: Dark Cerulean. HEX triplet: 18, 42 and 7C. RGB value is (24,66,124). Sum of RGB (Red+Green+Blue) = 24+66+124=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #18427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18427C is #E7BD83. Grayscale: #3B3B3B. Windows color (decimal): -15187332 or 8143384. OLE color: 8143384.

HSL color Cylindrical-coordinate representation of color #18427C: hue angle of 214.8º 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 #18427C is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 66 124 -
CMYK 0.81 0.47 0 0.51
HSL 214.8º 0.68% 0.29% -
HSV(B) 214.8º 0.81% 0.49% -
XYZ 5.96 5.55 19.82 -
YUV 60.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 24 66 124 0.81 0.47 0 0.51 214.8 0.68 0.29
Hex 18 42 7C 51 2F 0 33 D7 44 1D
Octal 30 102 174 121 57 0 63 327 104 35
Binary 11000 1000010 1111100 1010001 101111 0 110011 11010111 1000100 11101

Color Harmonies of #18427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18427C

Black with #18427C

Text Example


Text Example

White with #18427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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