#026867

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

Shades of Blue Lagoon #026867

Tints of Blue Lagoon #026867

Color information

#026867 (or 0x026867) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 67. RGB value is (2,104,103). Sum of RGB (Red+Green+Blue) = 2+104+103=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #026867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026867 is #FD9798. Grayscale: #494949. Windows color (decimal): -16619417 or 6776834. OLE color: 6776834.

HSL color Cylindrical-coordinate representation of color #026867: hue angle of 179.41º 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 #026867 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB2104103-
CMYK0.9800.010.59
HSL179.41º96.23%20.78%-
HSV(B)179.41º98.08%40.78%-
XYZ7.4210.8914.54-
YUV73.39144.7177.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 104 (41.02% from 255) = 49.76%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=0.96%
G=49.76%
B=49.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21041030.9800.010.59179.4196.2320.78
Hex2686762013Bb36015
Octal2150147142017326314025
Binary101101000110011111000100111101110110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026867; }

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

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

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

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

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

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

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

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