#01527C

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

Shades of Dark Cerulean #01527C

Tints of Dark Cerulean #01527C

Color information

#01527C (or 0x01527C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 52 and 7C. RGB value is (1,82,124). Sum of RGB (Red+Green+Blue) = 1+82+124=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #01527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01527C is #FEAD83. Grayscale: #3E3E3E. Windows color (decimal): -16690564 or 8147457. OLE color: 8147457.

HSL color Cylindrical-coordinate representation of color #01527C: hue angle of 200.49º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01527C is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB182124-
CMYK0.990.3400.51
HSL200.49º98.4%24.51%-
HSV(B)200.49º99.19%48.63%-
XYZ6.677.520.16-
YUV62.57162.6684.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=0.48%
G=39.61%
B=59.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1821240.990.3400.51200.4998.424.51
Hex1527C6322033c86219
Octal11221741434206331014231
Binary1101001011111001100011100010011001111001000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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