Html Css Color HEX #18427D Dark Cerulean

📋 copy color: '#18427D'

red 24 ◦ green 66 ◦ blue 125

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

Shades of Dark Cerulean #18427D

Tints of Dark Cerulean #18427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 11.16%
G = 30.7%
B = 58.14%

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

#18427D (or 0x18427D) is known color: Dark Cerulean. HEX triplet: 18, 42 and 7D. RGB value is (24,66,125). Sum of RGB (Red+Green+Blue) = 24+66+125=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #18427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18427D is #E7BD82. Grayscale: #3B3B3B. Windows color (decimal): -15187331 or 8208920. OLE color: 8208920.

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

Color convert

RGB 24 66 125 -
CMYK 0.81 0.47 0 0.51
HSL 215.05º 0.68% 0.29% -
HSV(B) 215.05º 0.81% 0.49% -
XYZ 6.03 5.57 20.16 -
YUV 60.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 24 66 125 0.81 0.47 0 0.51 215.05 0.68 0.29
Hex 18 42 7D 51 2F 0 33 D7 44 1D
Octal 30 102 175 121 57 0 63 327 104 35
Binary 11000 1000010 1111101 1010001 101111 0 110011 11010111 1000100 11101

Color Harmonies of #18427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18427D

Black with #18427D

Text Example


Text Example

White with #18427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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