#01526D

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

Shades of Blue Lagoon #01526D

Tints of Blue Lagoon #01526D

Color information

#01526D (or 0x01526D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 52 and 6D. RGB value is (1,82,109). Sum of RGB (Red+Green+Blue) = 1+82+109=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #01526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01526D is #FEAD92. Grayscale: #3C3C3C. Windows color (decimal): -16690579 or 7164417. OLE color: 7164417.

HSL color Cylindrical-coordinate representation of color #01526D: hue angle of 195º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01526D is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB182109-
CMYK0.990.2500.57
HSL195º98.18%21.57%-
HSV(B)195º99.08%42.75%-
XYZ5.797.1515.54-
YUV60.86155.1685.3-

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.71%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=0.52%
G=42.71%
B=56.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1821090.990.2500.5719598.1821.57
Hex1526D6319039c36216
Octal11221551433107130314226
Binary110100101101101110001111001011100111000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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