#026377

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

Shades of Blue Lagoon #026377

Tints of Blue Lagoon #026377

Color information

#026377 (or 0x026377) is unknown color: approx Blue Lagoon. HEX triplet: 02, 63 and 77. RGB value is (2,99,119). Sum of RGB (Red+Green+Blue) = 2+99+119=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #026377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026377 is #FD9C88. Grayscale: #484848. Windows color (decimal): -16620681 or 7824130. OLE color: 7824130.

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

Color convert

RGB299119-
CMYK0.980.1700.53
HSL190.26º96.69%23.73%-
HSV(B)190.26º98.32%46.67%-
XYZ7.8210.2719.02-
YUV72.28154.3677.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=0.91%
G=45%
B=54.09%

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
Decimal2991190.980.1700.53190.2696.6923.73
Hex263776211035be6118
Octal21431671422106527614130
Binary1011000111110111110001010001011010110111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026377; }

 p { color: rgb(2,99,119); }

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

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

 a { background-color: rgb(2,99,119); }

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

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

 span { border-color: rgb(2,99,119); }

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