#12527F

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

Shades of Dark Cerulean #12527F

Tints of Dark Cerulean #12527F

Color information

#12527F (or 0x12527F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 52 and 7F. RGB value is (18,82,127). Sum of RGB (Red+Green+Blue) = 18+82+127=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #12527F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12527F is #EDAD80. Grayscale: #434343. Windows color (decimal): -15576449 or 8344082. OLE color: 8344082.

HSL color Cylindrical-coordinate representation of color #12527F: hue angle of 204.77º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12527F is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1882127-
CMYK0.860.3500.50
HSL204.77º75.17%28.43%-
HSV(B)204.77º85.83%49.8%-
XYZ7.17.721.19-
YUV67.99161.392.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 127 (50% from 255) = 55.95%
R=7.93%
G=36.12%
B=55.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18821270.860.3500.50204.7775.1728.43
Hex12527F5623032cd4b1c
Octal221221771264306231511334
Binary10010101001011111111010110100011011001011001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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