#01576C

Color #01576C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #01576C

Tints of Blue Lagoon #01576C

Color information

#01576C (or 0x01576C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 57 and 6C. RGB value is (1,87,108). Sum of RGB (Red+Green+Blue) = 1+87+108=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #01576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01576C is #FEA893. Grayscale: #3F3F3F. Windows color (decimal): -16689300 or 7100161. OLE color: 7100161.

HSL color Cylindrical-coordinate representation of color #01576C: hue angle of 191.78º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01576C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB187108-
CMYK0.990.1900.58
HSL191.78º98.17%21.37%-
HSV(B)191.78º99.07%42.35%-
XYZ6.137.9115.39-
YUV63.68153.0183.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=0.51%
G=44.39%
B=55.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1871080.990.1900.58191.7898.1721.37
Hex1576C631303Ac06215
Octal11271541432307230014225
Binary110101111101100110001110011011101011000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,87,108); }

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

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

 a { background-color: rgb(1,87,108); }

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

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

 span { border-color: rgb(1,87,108); }

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