Html Css Color HEX #18397C Dark Cerulean

📋 copy color: '#18397C'

red 24 ◦ green 57 ◦ blue 124

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

Shades of Dark Cerulean #18397C

Tints of Dark Cerulean #18397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 11.71%
G = 27.8%
B = 60.49%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18397C (or 0x18397C) is known color: Dark Cerulean. HEX triplet: 18, 39 and 7C. RGB value is (24,57,124). Sum of RGB (Red+Green+Blue) = 24+57+124=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #18397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18397C is #E7C683. Grayscale: #363636. Windows color (decimal): -15189636 or 8141080. OLE color: 8141080.

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

Color convert

RGB 24 57 124 -
CMYK 0.81 0.54 0 0.51
HSL 220.2º 0.68% 0.29% -
HSV(B) 220.2º 0.81% 0.49% -
XYZ 5.48 4.58 19.66 -
YUV 54.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 24 57 124 0.81 0.54 0 0.51 220.2 0.68 0.29
Hex 18 39 7C 51 36 0 33 DC 44 1D
Octal 30 71 174 121 66 0 63 334 104 35
Binary 11000 111001 1111100 1010001 110110 0 110011 11011100 1000100 11101

Color Harmonies of #18397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18397C

Black with #18397C

Text Example


Text Example

White with #18397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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