#026067

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

Shades of Blue Lagoon #026067

Tints of Blue Lagoon #026067

Color information

#026067 (or 0x026067) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 67. RGB value is (2,96,103). Sum of RGB (Red+Green+Blue) = 2+96+103=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #026067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026067 is #FD9F98. Grayscale: #444444. Windows color (decimal): -16621465 or 6774786. OLE color: 6774786.

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

Color convert

RGB296103-
CMYK0.980.0700.60
HSL184.16º96.19%20.59%-
HSV(B)184.16º98.06%40.39%-
XYZ6.669.3614.29-
YUV68.69147.3680.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=1.00%
G=47.76%
B=51.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2961030.980.0700.60184.1696.1920.59
Hex2606762703Cb86015
Octal2140147142707427014025
Binary10110000011001111100010111011110010111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026067; }

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

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

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

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

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

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

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

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