#026065

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

Shades of Blue Lagoon #026065

Tints of Blue Lagoon #026065

Color information

#026065 (or 0x026065) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 65. RGB value is (2,96,101). Sum of RGB (Red+Green+Blue) = 2+96+101=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #026065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026065 is #FD9F9A. Grayscale: #444444. Windows color (decimal): -16621467 or 6643714. OLE color: 6643714.

HSL color Cylindrical-coordinate representation of color #026065: hue angle of 183.03º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026065 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB296101-
CMYK0.980.0500.60
HSL183.03º96.12%20.2%-
HSV(B)183.03º98.02%39.61%-
XYZ6.569.3213.76-
YUV68.46146.3680.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=1.01%
G=48.24%
B=50.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2961010.980.0500.60183.0396.1220.2
Hex2606562503Cb76014
Octal2140145142507426714024
Binary10110000011001011100010101011110010110111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026065; }

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

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

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

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

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

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

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

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