Html Css Color HEX #18397D Dark Cerulean

📋 copy color: '#18397D'

red 24 ◦ green 57 ◦ blue 125

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

Shades of Dark Cerulean #18397D

Tints of Dark Cerulean #18397D

RGB

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

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

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

R = 11.65%
G = 27.67%
B = 60.68%

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

#18397D (or 0x18397D) is known color: Dark Cerulean. HEX triplet: 18, 39 and 7D. RGB value is (24,57,125). Sum of RGB (Red+Green+Blue) = 24+57+125=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #18397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18397D is #E7C682. Grayscale: #363636. Windows color (decimal): -15189635 or 8206616. OLE color: 8206616.

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

Color convert

RGB 24 57 125 -
CMYK 0.81 0.54 0 0.51
HSL 220.4º 0.68% 0.29% -
HSV(B) 220.4º 0.81% 0.49% -
XYZ 5.54 4.6 20 -
YUV 54.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 24 57 125 0.81 0.54 0 0.51 220.4 0.68 0.29
Hex 18 39 7D 51 36 0 33 DC 44 1D
Octal 30 71 175 121 66 0 63 334 104 35
Binary 11000 111001 1111101 1010001 110110 0 110011 11011100 1000100 11101

Color Harmonies of #18397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18397D

Black with #18397D

Text Example


Text Example

White with #18397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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