#026769

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

Shades of Blue Lagoon #026769

Tints of Blue Lagoon #026769

Color information

#026769 (or 0x026769) is unknown color: approx Blue Lagoon. HEX triplet: 02, 67 and 69. RGB value is (2,103,105). Sum of RGB (Red+Green+Blue) = 2+103+105=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #026769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026769 is #FD9896. Grayscale: #484848. Windows color (decimal): -16619671 or 6907650. OLE color: 6907650.

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

Color convert

RGB2103105-
CMYK0.980.0200.59
HSL181.17º96.26%20.98%-
HSV(B)181.17º98.1%41.18%-
XYZ7.4310.7315.04-
YUV73.03146.0477.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 105 (41.41% from 255) = 50%
R=0.95%
G=49.05%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21031050.980.0200.59181.1796.2620.98
Hex2676962203Bb56015
Octal2147151142207326514025
Binary1011001111101001110001010011101110110101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026769; }

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

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

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

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

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

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

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

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