#026285

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

Shades of Blue Lagoon #026285

Tints of Blue Lagoon #026285

Color information

#026285 (or 0x026285) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 85. RGB value is (2,98,133). Sum of RGB (Red+Green+Blue) = 2+98+133=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #026285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026285 is #FD9D7A. Grayscale: #494949. Windows color (decimal): -16620923 or 8741378. OLE color: 8741378.

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

Color convert

RGB298133-
CMYK0.980.2600.48
HSL196.03º97.04%26.47%-
HSV(B)196.03º98.5%52.16%-
XYZ8.6310.4423.75-
YUV73.29161.777.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=0.86%
G=42.06%
B=57.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2981330.980.2600.48196.0397.0426.47
Hex26285621A030c4611a
Octal21422051423206030414132
Binary10110001010000101110001011010011000011000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026285; }

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

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

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

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

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

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

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

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