#026271

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

Shades of Blue Lagoon #026271

Tints of Blue Lagoon #026271

Color information

#026271 (or 0x026271) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 71. RGB value is (2,98,113). Sum of RGB (Red+Green+Blue) = 2+98+113=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #026271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026271 is #FD9D8E. Grayscale: #464646. Windows color (decimal): -16620943 or 7430658. OLE color: 7430658.

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

Color convert

RGB298113-
CMYK0.980.1300.56
HSL188.11º96.52%22.55%-
HSV(B)188.11º98.23%44.31%-
XYZ7.379.9417.15-
YUV71.01151.778.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=0.94%
G=46.01%
B=53.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2981130.980.1300.56188.1196.5222.55
Hex2627162D038bc6117
Octal21421611421507027414127
Binary101100010111000111000101101011100010111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026271; }

 p { color: rgb(2,98,113); }

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

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

 a { background-color: rgb(2,98,113); }

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

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

 span { border-color: rgb(2,98,113); }

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