Html Css Color HEX #18467D Dark Cerulean

📋 copy color: '#18467D'

red 24 ◦ green 70 ◦ blue 125

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

Shades of Dark Cerulean #18467D

Tints of Dark Cerulean #18467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 10.96%
G = 31.96%
B = 57.08%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18467D (or 0x18467D) is known color: Dark Cerulean. HEX triplet: 18, 46 and 7D. RGB value is (24,70,125). Sum of RGB (Red+Green+Blue) = 24+70+125=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #18467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18467D is #E7B982. Grayscale: #3E3E3E. Windows color (decimal): -15186307 or 8209944. OLE color: 8209944.

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

Color convert

RGB 24 70 125 -
CMYK 0.81 0.44 0 0.51
HSL 212.67º 0.68% 0.29% -
HSV(B) 212.67º 0.81% 0.49% -
XYZ 6.27 6.06 20.24 -
YUV 62.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 24 70 125 0.81 0.44 0 0.51 212.67 0.68 0.29
Hex 18 46 7D 51 2C 0 33 D5 44 1D
Octal 30 106 175 121 54 0 63 325 104 35
Binary 11000 1000110 1111101 1010001 101100 0 110011 11010101 1000100 11101

Color Harmonies of #18467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18467D

Black with #18467D

Text Example


Text Example

White with #18467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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