Html Css Color HEX #12537D Dark Cerulean

📋 copy color: '#12537D'

red 18 ◦ green 83 ◦ blue 125

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

Shades of Dark Cerulean #12537D

Tints of Dark Cerulean #12537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

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

R = 7.96%
G = 36.73%
B = 55.31%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12537D (or 0x12537D) is known color: Dark Cerulean. HEX triplet: 12, 53 and 7D. RGB value is (18,83,125). Sum of RGB (Red+Green+Blue) = 18+83+125=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #12537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537D is #EDAC82. Grayscale: #444444. Windows color (decimal): -15576195 or 8213266. OLE color: 8213266.

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

Color convert

RGB 18 83 125 -
CMYK 0.86 0.34 0 0.51
HSL 203.55º 0.75% 0.28% -
HSV(B) 203.55º 0.86% 0.49% -
XYZ 7.04 7.8 20.54 -
YUV 68.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 18 83 125 0.86 0.34 0 0.51 203.55 0.75 0.28
Hex 12 53 7D 56 22 0 33 CC 4B 1C
Octal 22 123 175 126 42 0 63 314 113 34
Binary 10010 1010011 1111101 1010110 100010 0 110011 11001100 1001011 11100

Color Harmonies of #12537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12537D

Black with #12537D

Text Example


Text Example

White with #12537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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