#026370

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

Shades of Blue Lagoon #026370

Tints of Blue Lagoon #026370

Color information

#026370 (or 0x026370) is unknown color: approx Blue Lagoon. HEX triplet: 02, 63 and 70. RGB value is (2,99,112). Sum of RGB (Red+Green+Blue) = 2+99+112=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #026370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026370 is #FD9C8F. Grayscale: #474747. Windows color (decimal): -16620688 or 7365378. OLE color: 7365378.

HSL color Cylindrical-coordinate representation of color #026370: hue angle of 187.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026370 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB299112-
CMYK0.980.1200.56
HSL187.09º96.49%22.35%-
HSV(B)187.09º98.21%43.92%-
XYZ7.4110.1116.89-
YUV71.48150.8678.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=0.94%
G=46.48%
B=52.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2991120.980.1200.56187.0996.4922.35
Hex2637062C038bb6016
Octal21431601421407027314026
Binary101100011111000011000101100011100010111011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026370; }

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

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

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

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

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

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

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

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