#026175

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

Shades of Blue Lagoon #026175

Tints of Blue Lagoon #026175

Color information

#026175 (or 0x026175) is unknown color: approx Blue Lagoon. HEX triplet: 02, 61 and 75. RGB value is (2,97,117). Sum of RGB (Red+Green+Blue) = 2+97+117=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #026175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026175 is #FD9E8A. Grayscale: #464646. Windows color (decimal): -16621195 or 7692546. OLE color: 7692546.

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

Color convert

RGB297117-
CMYK0.980.1700.54
HSL190.43º96.64%23.33%-
HSV(B)190.43º98.29%45.88%-
XYZ7.519.8518.33-
YUV70.88154.0378.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=0.93%
G=44.91%
B=54.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2971170.980.1700.54190.4396.6423.33
Hex261756211036be6117
Octal21411651422106627614127
Binary1011000011110101110001010001011011010111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026175; }

 p { color: rgb(2,97,117); }

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

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

 a { background-color: rgb(2,97,117); }

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

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

 span { border-color: rgb(2,97,117); }

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