#026479

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

Shades of Blue Lagoon #026479

Tints of Blue Lagoon #026479

Color information

#026479 (or 0x026479) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 79. RGB value is (2,100,121). Sum of RGB (Red+Green+Blue) = 2+100+121=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #026479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026479 is #FD9B86. Grayscale: #484848. Windows color (decimal): -16620423 or 7955458. OLE color: 7955458.

HSL color Cylindrical-coordinate representation of color #026479: hue angle of 190.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026479 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2100121-
CMYK0.980.1700.53
HSL190.59º96.75%24.12%-
HSV(B)190.59º98.35%47.45%-
XYZ8.0310.5119.69-
YUV73.09155.0377.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=0.90%
G=44.84%
B=54.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21001210.980.1700.53190.5996.7524.12
Hex264796211035bf6118
Octal21441711422106527714130
Binary1011001001111001110001010001011010110111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026479; }

 p { color: rgb(2,100,121); }

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

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

 a { background-color: rgb(2,100,121); }

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

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

 span { border-color: rgb(2,100,121); }

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