Html Css Color HEX #18367D Dark Cerulean

📋 copy color: '#18367D'

red 24 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #18367D

Tints of Dark Cerulean #18367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 11.82%
G = 26.6%
B = 61.58%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18367D (or 0x18367D) is known color: Dark Cerulean. HEX triplet: 18, 36 and 7D. RGB value is (24,54,125). Sum of RGB (Red+Green+Blue) = 24+54+125=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #18367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18367D is #E7C982. Grayscale: #343434. Windows color (decimal): -15190403 or 8205848. OLE color: 8205848.

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

Color convert

RGB 24 54 125 -
CMYK 0.81 0.57 0 0.51
HSL 222.18º 0.68% 0.29% -
HSV(B) 222.18º 0.81% 0.49% -
XYZ 5.4 4.31 19.95 -
YUV 53.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 24 54 125 0.81 0.57 0 0.51 222.18 0.68 0.29
Hex 18 36 7D 51 39 0 33 DE 44 1D
Octal 30 66 175 121 71 0 63 336 104 35
Binary 11000 110110 1111101 1010001 111001 0 110011 11011110 1000100 11101

Color Harmonies of #18367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18367D

Black with #18367D

Text Example


Text Example

White with #18367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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