#02617E

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

Shades of Blue Lagoon #02617E

Tints of Blue Lagoon #02617E

Color information

#02617E (or 0x02617E) is unknown color: approx Blue Lagoon. HEX triplet: 02, 61 and 7E. RGB value is (2,97,126). Sum of RGB (Red+Green+Blue) = 2+97+126=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #02617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02617E is #FD9E81. Grayscale: #474747. Windows color (decimal): -16621186 or 8282370. OLE color: 8282370.

HSL color Cylindrical-coordinate representation of color #02617E: hue angle of 194.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02617E is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB297126-
CMYK0.980.2300.51
HSL194.03º96.88%25.1%-
HSV(B)194.03º98.41%49.41%-
XYZ8.0710.0721.26-
YUV71.9158.5378.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 126 (49.61% from 255) = 56%
R=0.89%
G=43.11%
B=56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2971260.980.2300.51194.0396.8825.1
Hex2617E6217033c26119
Octal21411761422706330214131
Binary1011000011111110110001010111011001111000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02617E; }

 p { color: rgb(2,97,126); }

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

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

 a { background-color: rgb(2,97,126); }

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

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

 span { border-color: rgb(2,97,126); }

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