#005066

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

Shades of Blue Lagoon #005066

Tints of Blue Lagoon #005066

Color information

#005066 (or 0x005066) is unknown color: approx Blue Lagoon. HEX triplet: 00, 50 and 66. RGB value is (0,80,102). Sum of RGB (Red+Green+Blue) = 0+80+102=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #005066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005066 is #FFAF99. Grayscale: #3A3A3A. Windows color (decimal): -16756634 or 6705152. OLE color: 6705152.

HSL color Cylindrical-coordinate representation of color #005066: hue angle of 192.94º 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 #005066 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB080102-
CMYK10.2200.6
HSL192.94º100%20%-
HSV(B)192.94º100%40%-
XYZ5.276.713.59-
YUV58.59152.586.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=0%
G=43.96%
B=56.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal08010210.2200.6192.9410020
Hex05066641603Cc16414
Octal01201461442607430114424
Binary010100001100110110010010110011110011000001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005066; }

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

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

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

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

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

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

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

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