#02647B

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

Shades of Blue Lagoon #02647B

Tints of Blue Lagoon #02647B

Color information

#02647B (or 0x02647B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 7B. RGB value is (2,100,123). Sum of RGB (Red+Green+Blue) = 2+100+123=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #02647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02647B is #FD9B84. Grayscale: #494949. Windows color (decimal): -16620421 or 8086530. OLE color: 8086530.

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

Color convert

RGB2100123-
CMYK0.980.1900.52
HSL191.4º96.8%24.51%-
HSV(B)191.4º98.37%48.24%-
XYZ8.1610.5620.35-
YUV73.32156.0377.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=0.89%
G=44.44%
B=54.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21001230.980.1900.52191.496.824.51
Hex2647B6213034bf6119
Octal21441731422306427714131
Binary1011001001111011110001010011011010010111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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