#02647D

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

Shades of Blue Lagoon #02647D

Tints of Blue Lagoon #02647D

Color information

#02647D (or 0x02647D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 7D. RGB value is (2,100,125). Sum of RGB (Red+Green+Blue) = 2+100+125=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #02647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02647D is #FD9B82. Grayscale: #494949. Windows color (decimal): -16620419 or 8217602. OLE color: 8217602.

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

Color convert

RGB2100125-
CMYK0.980.200.51
HSL192.2º96.85%24.9%-
HSV(B)192.2º98.4%49.02%-
XYZ8.2810.6121.01-
YUV73.55157.0376.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=0.88%
G=44.05%
B=55.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21001250.980.200.51192.296.8524.9
Hex2647D6214033c06119
Octal21441751422406330014131
Binary1011001001111101110001010100011001111000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02647D; }

 p { color: rgb(2,100,125); }

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

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

 a { background-color: rgb(2,100,125); }

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

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

 span { border-color: rgb(2,100,125); }

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