Html Css Color HEX #18377C Dark Cerulean

📋 copy color: '#18377C'

red 24 ◦ green 55 ◦ blue 124

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

Shades of Dark Cerulean #18377C

Tints of Dark Cerulean #18377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 11.82%
G = 27.09%
B = 61.08%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18377C (or 0x18377C) is known color: Dark Cerulean. HEX triplet: 18, 37 and 7C. RGB value is (24,55,124). Sum of RGB (Red+Green+Blue) = 24+55+124=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #18377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18377C is #E7C883. Grayscale: #353535. Windows color (decimal): -15190148 or 8140568. OLE color: 8140568.

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

Color convert

RGB 24 55 124 -
CMYK 0.81 0.56 0 0.51
HSL 221.4º 0.68% 0.29% -
HSV(B) 221.4º 0.81% 0.49% -
XYZ 5.38 4.38 19.63 -
YUV 53.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 24 55 124 0.81 0.56 0 0.51 221.4 0.68 0.29
Hex 18 37 7C 51 38 0 33 DD 44 1D
Octal 30 67 174 121 70 0 63 335 104 35
Binary 11000 110111 1111100 1010001 111000 0 110011 11011101 1000100 11101

Color Harmonies of #18377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18377C

Black with #18377C

Text Example


Text Example

White with #18377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18377C; }

 p { color: rgb(24,55,124); }

 H1.HeaderClassName
 {
   color: #18377C;
 }
 .AnyTagClassName
 {
   color: #18377C;
 }
</style>

background-color css

<style>
 a { background-color: #18377C; }

 a { background-color: rgb(24,55,124); }

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

border-color css

<style>
 span { border-color: #18377C; }

 span { border-color: rgb(24,55,124); }

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