#026985

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

Shades of Blue Lagoon #026985

Tints of Blue Lagoon #026985

Color information

#026985 (or 0x026985) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 85. RGB value is (2,105,133). Sum of RGB (Red+Green+Blue) = 2+105+133=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #026985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026985 is #FD967A. Grayscale: #4D4D4D. Windows color (decimal): -16619131 or 8743170. OLE color: 8743170.

HSL color Cylindrical-coordinate representation of color #026985: hue angle of 192.82º 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 #026985 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2105133-
CMYK0.980.2100.48
HSL192.82º97.04%26.47%-
HSV(B)192.82º98.5%52.16%-
XYZ9.3111.8123.98-
YUV77.4159.3874.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=0.83%
G=43.75%
B=55.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21051330.980.2100.48192.8297.0426.47
Hex269856215030c1611a
Octal21512051422506030114132
Binary10110100110000101110001010101011000011000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026985; }

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

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

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

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

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

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

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

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