#026376

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

Shades of Blue Lagoon #026376

Tints of Blue Lagoon #026376

Color information

#026376 (or 0x026376) is unknown color: approx Blue Lagoon. HEX triplet: 02, 63 and 76. RGB value is (2,99,118). Sum of RGB (Red+Green+Blue) = 2+99+118=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #026376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026376 is #FD9C89. Grayscale: #474747. Windows color (decimal): -16620682 or 7758594. OLE color: 7758594.

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

Color convert

RGB299118-
CMYK0.980.1600.54
HSL189.83º96.67%23.53%-
HSV(B)189.83º98.31%46.27%-
XYZ7.7610.2418.71-
YUV72.16153.8677.96-

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.21%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=0.91%
G=45.21%
B=53.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2991180.980.1600.54189.8396.6723.53
Hex263766210036be6118
Octal21431661422006627614130
Binary1011000111110110110001010000011011010111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026376; }

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

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

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

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

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

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

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

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