#01526E

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

Shades of Blue Lagoon #01526E

Tints of Blue Lagoon #01526E

Color information

#01526E (or 0x01526E) is unknown color: approx Blue Lagoon. HEX triplet: 01, 52 and 6E. RGB value is (1,82,110). Sum of RGB (Red+Green+Blue) = 1+82+110=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #01526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01526E is #FEAD91. Grayscale: #3C3C3C. Windows color (decimal): -16690578 or 7229953. OLE color: 7229953.

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

Color convert

RGB182110-
CMYK0.990.2500.57
HSL195.41º98.2%21.76%-
HSV(B)195.41º99.09%43.14%-
XYZ5.847.1715.83-
YUV60.97155.6685.22-

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.49%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=0.52%
G=42.49%
B=56.99%

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
Decimal1821100.990.2500.57195.4198.221.76
Hex1526E6319039c36216
Octal11221561433107130314226
Binary110100101101110110001111001011100111000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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