Html Css Color HEX #12397D Dark Cerulean

📋 copy color: '#12397D'

red 18 ◦ green 57 ◦ blue 125

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

Shades of Dark Cerulean #12397D

Tints of Dark Cerulean #12397D

RGB

 RED value IS 18 (7.42% from 255) = 9%

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

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

R = 9%
G = 28.5%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12397D (or 0x12397D) is known color: Dark Cerulean. HEX triplet: 12, 39 and 7D. RGB value is (18,57,125). Sum of RGB (Red+Green+Blue) = 18+57+125=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #12397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12397D is #EDC682. Grayscale: #343434. Windows color (decimal): -15582851 or 8206610. OLE color: 8206610.

HSL color Cylindrical-coordinate representation of color #12397D: hue angle of 218.13º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12397D is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 57 125 -
CMYK 0.86 0.54 0 0.51
HSL 218.13º 0.75% 0.28% -
HSV(B) 218.13º 0.86% 0.49% -
XYZ 5.41 4.54 19.99 -
YUV 53.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 18 57 125 0.86 0.54 0 0.51 218.13 0.75 0.28
Hex 12 39 7D 56 36 0 33 DA 4B 1C
Octal 22 71 175 126 66 0 63 332 113 34
Binary 10010 111001 1111101 1010110 110110 0 110011 11011010 1001011 11100

Color Harmonies of #12397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12397D

Black with #12397D

Text Example


Text Example

White with #12397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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