#01526C

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

Shades of Blue Lagoon #01526C

Tints of Blue Lagoon #01526C

Color information

#01526C (or 0x01526C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 52 and 6C. RGB value is (1,82,108). Sum of RGB (Red+Green+Blue) = 1+82+108=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #01526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01526C is #FEAD93. Grayscale: #3C3C3C. Windows color (decimal): -16690580 or 7098881. OLE color: 7098881.

HSL color Cylindrical-coordinate representation of color #01526C: hue angle of 194.58º 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 #01526C is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB182108-
CMYK0.990.2400.58
HSL194.58º98.17%21.37%-
HSV(B)194.58º99.07%42.35%-
XYZ5.747.1215.26-
YUV60.74154.6685.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=0.52%
G=42.93%
B=56.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1821080.990.2400.58194.5898.1721.37
Hex1526C631803Ac36215
Octal11221541433007230314225
Binary110100101101100110001111000011101011000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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