#01527A

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

Shades of Dark Cerulean #01527A

Tints of Dark Cerulean #01527A

Color information

#01527A (or 0x01527A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 52 and 7A. RGB value is (1,82,122). Sum of RGB (Red+Green+Blue) = 1+82+122=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #01527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01527A is #FEAD85. Grayscale: #3E3E3E. Windows color (decimal): -16690566 or 8016385. OLE color: 8016385.

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

Color convert

RGB182122-
CMYK0.990.3300.52
HSL199.83º98.37%24.12%-
HSV(B)199.83º99.18%47.84%-
XYZ6.547.4519.5-
YUV62.34161.6684.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=0.49%
G=40%
B=59.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1821220.990.3300.52199.8398.3724.12
Hex1527A6321034c86218
Octal11221721434106431014230
Binary1101001011110101100011100001011010011001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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