#005266

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

Shades of Blue Lagoon #005266

Tints of Blue Lagoon #005266

Color information

#005266 (or 0x005266) is unknown color: approx Blue Lagoon. HEX triplet: 00, 52 and 66. RGB value is (0,82,102). Sum of RGB (Red+Green+Blue) = 0+82+102=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #005266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005266 is #FFAD99. Grayscale: #3B3B3B. Windows color (decimal): -16756122 or 6705664. OLE color: 6705664.

HSL color Cylindrical-coordinate representation of color #005266: hue angle of 191.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005266 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB082102-
CMYK10.2000.6
HSL191.76º100%20%-
HSV(B)191.76º100%40%-
XYZ5.426.9913.63-
YUV59.76151.8385.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=0%
G=44.57%
B=55.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal08210210.2000.6191.7610020
Hex05266641403Cc06414
Octal01221461442407430014424
Binary010100101100110110010010100011110011000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005266; }

 p { color: rgb(0,82,102); }

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

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

 a { background-color: rgb(0,82,102); }

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

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

 span { border-color: rgb(0,82,102); }

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