#02607C

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

Shades of Blue Lagoon #02607C

Tints of Blue Lagoon #02607C

Color information

#02607C (or 0x02607C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 7C. RGB value is (2,96,124). Sum of RGB (Red+Green+Blue) = 2+96+124=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #02607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02607C is #FD9F83. Grayscale: #464646. Windows color (decimal): -16621444 or 8151042. OLE color: 8151042.

HSL color Cylindrical-coordinate representation of color #02607C: hue angle of 193.77º 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 #02607C is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB296124-
CMYK0.980.2300.51
HSL193.77º96.83%24.71%-
HSV(B)193.77º98.39%48.63%-
XYZ7.859.8320.55-
YUV71.09157.8678.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=0.90%
G=43.24%
B=55.86%

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
Decimal2961240.980.2300.51193.7796.8324.71
Hex2607C6217033c26119
Octal21401741422706330214131
Binary1011000001111100110001010111011001111000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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