Html Css Color HEX #18387D Dark Cerulean

📋 copy color: '#18387D'

red 24 ◦ green 56 ◦ blue 125

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

Shades of Dark Cerulean #18387D

Tints of Dark Cerulean #18387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 11.71%
G = 27.32%
B = 60.98%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18387D (or 0x18387D) is known color: Dark Cerulean. HEX triplet: 18, 38 and 7D. RGB value is (24,56,125). Sum of RGB (Red+Green+Blue) = 24+56+125=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #18387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18387D is #E7C782. Grayscale: #353535. Windows color (decimal): -15189891 or 8206360. OLE color: 8206360.

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

Color convert

RGB 24 56 125 -
CMYK 0.81 0.55 0 0.51
HSL 220.99º 0.68% 0.29% -
HSV(B) 220.99º 0.81% 0.49% -
XYZ 5.49 4.5 19.98 -
YUV 54.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 24 56 125 0.81 0.55 0 0.51 220.99 0.68 0.29
Hex 18 38 7D 51 37 0 33 DD 44 1D
Octal 30 70 175 121 67 0 63 335 104 35
Binary 11000 111000 1111101 1010001 110111 0 110011 11011101 1000100 11101

Color Harmonies of #18387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18387D

Black with #18387D

Text Example


Text Example

White with #18387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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