#026066

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

Shades of Blue Lagoon #026066

Tints of Blue Lagoon #026066

Color information

#026066 (or 0x026066) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 66. RGB value is (2,96,102). Sum of RGB (Red+Green+Blue) = 2+96+102=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #026066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026066 is #FD9F99. Grayscale: #444444. Windows color (decimal): -16621466 or 6709250. OLE color: 6709250.

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

Color convert

RGB296102-
CMYK0.980.0600.6
HSL183.6º96.15%20.39%-
HSV(B)183.6º98.04%40%-
XYZ6.619.3414.02-
YUV68.58146.8680.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 102 (40.23% from 255) = 51%
R=1%
G=48%
B=51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2961020.980.0600.6183.696.1520.39
Hex2606662603Cb86014
Octal2140146142607427014024
Binary10110000011001101100010110011110010111000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026066; }

 p { color: rgb(2,96,102); }

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

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

 a { background-color: rgb(2,96,102); }

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

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

 span { border-color: rgb(2,96,102); }

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