#12527A

Color #12527A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12527A

Tints of Dark Cerulean #12527A

Color information

#12527A (or 0x12527A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 52 and 7A. RGB value is (18,82,122). Sum of RGB (Red+Green+Blue) = 18+82+122=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #12527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12527A is #EDAD85. Grayscale: #434343. Windows color (decimal): -15576454 or 8016402. OLE color: 8016402.

HSL color Cylindrical-coordinate representation of color #12527A: hue angle of 203.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12527A is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1882122-
CMYK0.850.3300.52
HSL203.08º74.29%27.45%-
HSV(B)203.08º85.25%47.84%-
XYZ6.787.5719.52-
YUV67.42158.892.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=8.11%
G=36.94%
B=54.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18821220.850.3300.52203.0874.2927.45
Hex12527A5521034cb4a1b
Octal221221721254106431311233
Binary10010101001011110101010101100001011010011001011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12527A;
 }
 .AnyTagClassName
 {
   color: #12527A;
 }
</style>
background-color css

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

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

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

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

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

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