Html Css Color HEX #12527C Dark Cerulean

📋 copy color: '#12527C'

red 18 ◦ green 82 ◦ blue 124

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

Shades of Dark Cerulean #12527C

Tints of Dark Cerulean #12527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

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

R = 8.04%
G = 36.61%
B = 55.36%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12527C (or 0x12527C) is known color: Dark Cerulean. HEX triplet: 12, 52 and 7C. RGB value is (18,82,124). Sum of RGB (Red+Green+Blue) = 18+82+124=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #12527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12527C is #EDAD83. Grayscale: #434343. Windows color (decimal): -15576452 or 8147474. OLE color: 8147474.

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

Color convert

RGB 18 82 124 -
CMYK 0.85 0.34 0 0.51
HSL 203.77º 0.75% 0.28% -
HSV(B) 203.77º 0.85% 0.49% -
XYZ 6.9 7.62 20.18 -
YUV 67.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 18 82 124 0.85 0.34 0 0.51 203.77 0.75 0.28
Hex 12 52 7C 55 22 0 33 CC 4B 1C
Octal 22 122 174 125 42 0 63 314 113 34
Binary 10010 1010010 1111100 1010101 100010 0 110011 11001100 1001011 11100

Color Harmonies of #12527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12527C

Black with #12527C

Text Example


Text Example

White with #12527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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