#026585

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

Shades of Blue Lagoon #026585

Tints of Blue Lagoon #026585

Color information

#026585 (or 0x026585) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 85. RGB value is (2,101,133). Sum of RGB (Red+Green+Blue) = 2+101+133=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #026585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026585 is #FD9A7A. Grayscale: #4A4A4A. Windows color (decimal): -16620155 or 8742146. OLE color: 8742146.

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

Color convert

RGB2101133-
CMYK0.980.2400.48
HSL194.66º97.04%26.47%-
HSV(B)194.66º98.5%52.16%-
XYZ8.9111.0123.85-
YUV75.05160.775.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=0.85%
G=42.80%
B=56.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21011330.980.2400.48194.6697.0426.47
Hex265856218030c3611a
Octal21452051423006030314132
Binary10110010110000101110001011000011000011000011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026585; }

 p { color: rgb(2,101,133); }

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

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

 a { background-color: rgb(2,101,133); }

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

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

 span { border-color: rgb(2,101,133); }

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