Html Css Color HEX #12537C Dark Cerulean

📋 copy color: '#12537C'

red 18 ◦ green 83 ◦ blue 124

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

Shades of Dark Cerulean #12537C

Tints of Dark Cerulean #12537C

RGB

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

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

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

R = 8%
G = 36.89%
B = 55.11%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12537C (or 0x12537C) is known color: Dark Cerulean. HEX triplet: 12, 53 and 7C. RGB value is (18,83,124). Sum of RGB (Red+Green+Blue) = 18+83+124=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #12537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537C is #EDAC83. Grayscale: #444444. Windows color (decimal): -15576196 or 8147730. OLE color: 8147730.

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

Color convert

RGB 18 83 124 -
CMYK 0.85 0.33 0 0.51
HSL 203.21º 0.75% 0.28% -
HSV(B) 203.21º 0.85% 0.49% -
XYZ 6.98 7.77 20.2 -
YUV 68.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 18 83 124 0.85 0.33 0 0.51 203.21 0.75 0.28
Hex 12 53 7C 55 21 0 33 CB 4B 1C
Octal 22 123 174 125 41 0 63 313 113 34
Binary 10010 1010011 1111100 1010101 100001 0 110011 11001011 1001011 11100

Color Harmonies of #12537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12537C

Black with #12537C

Text Example


Text Example

White with #12537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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