#026168

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

Shades of Blue Lagoon #026168

Tints of Blue Lagoon #026168

Color information

#026168 (or 0x026168) is unknown color: approx Blue Lagoon. HEX triplet: 02, 61 and 68. RGB value is (2,97,104). Sum of RGB (Red+Green+Blue) = 2+97+104=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #026168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026168 is #FD9E97. Grayscale: #454545. Windows color (decimal): -16621208 or 6840578. OLE color: 6840578.

HSL color Cylindrical-coordinate representation of color #026168: hue angle of 184.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026168 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB297104-
CMYK0.980.0700.59
HSL184.12º96.23%20.78%-
HSV(B)184.12º98.08%40.78%-
XYZ6.89.5614.58-
YUV69.39147.5379.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=0.99%
G=47.78%
B=51.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2971040.980.0700.59184.1296.2320.78
Hex2616862703Bb86015
Octal2141150142707327014025
Binary10110000111010001100010111011101110111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026168; }

 p { color: rgb(2,97,104); }

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

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

 a { background-color: rgb(2,97,104); }

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

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

 span { border-color: rgb(2,97,104); }

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