#02607F

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

Shades of Blue Lagoon #02607F

Tints of Blue Lagoon #02607F

Color information

#02607F (or 0x02607F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 7F. RGB value is (2,96,127). Sum of RGB (Red+Green+Blue) = 2+96+127=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #02607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02607F is #FD9F80. Grayscale: #474747. Windows color (decimal): -16621441 or 8347650. OLE color: 8347650.

HSL color Cylindrical-coordinate representation of color #02607F: hue angle of 194.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02607F is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB296127-
CMYK0.980.2400.50
HSL194.88º96.9%25.29%-
HSV(B)194.88º98.43%49.8%-
XYZ8.049.9121.57-
YUV71.43159.3678.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 127 (50% from 255) = 56.44%
R=0.89%
G=42.67%
B=56.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2961270.980.2400.50194.8896.925.29
Hex2607F6218032c36119
Octal21401771423006230314131
Binary1011000001111111110001011000011001011000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02607F; }

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

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

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

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

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

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

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

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