#02607A

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

Shades of Blue Lagoon #02607A

Tints of Blue Lagoon #02607A

Color information

#02607A (or 0x02607A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 7A. RGB value is (2,96,122). Sum of RGB (Red+Green+Blue) = 2+96+122=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #02607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02607A is #FD9F85. Grayscale: #464646. Windows color (decimal): -16621446 or 8019970. OLE color: 8019970.

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

Color convert

RGB296122-
CMYK0.980.2100.52
HSL193º96.77%24.31%-
HSV(B)193º98.36%47.84%-
XYZ7.729.7819.89-
YUV70.86156.8678.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=0.91%
G=43.64%
B=55.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2961220.980.2100.5219396.7724.31
Hex2607A6215034c16118
Octal21401721422506430114130
Binary1011000001111010110001010101011010011000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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