Html Css Color HEX #18427E Dark Cerulean

📋 copy color: '#18427E'

red 24 ◦ green 66 ◦ blue 126

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

Shades of Dark Cerulean #18427E

Tints of Dark Cerulean #18427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.33%

R = 11.11%
G = 30.56%
B = 58.33%

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

#18427E (or 0x18427E) is known color: Dark Cerulean. HEX triplet: 18, 42 and 7E. RGB value is (24,66,126). Sum of RGB (Red+Green+Blue) = 24+66+126=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #18427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18427E is #E7BD81. Grayscale: #3C3C3C. Windows color (decimal): -15187330 or 8274456. OLE color: 8274456.

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

Color convert

RGB 24 66 126 -
CMYK 0.81 0.48 0 0.51
HSL 215.29º 0.68% 0.29% -
HSV(B) 215.29º 0.81% 0.49% -
XYZ 6.09 5.6 20.5 -
YUV 60.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 24 66 126 0.81 0.48 0 0.51 215.29 0.68 0.29
Hex 18 42 7E 51 30 0 33 D7 44 1D
Octal 30 102 176 121 60 0 63 327 104 35
Binary 11000 1000010 1111110 1010001 110000 0 110011 11010111 1000100 11101

Color Harmonies of #18427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18427E

Black with #18427E

Text Example


Text Example

White with #18427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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