#006477

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

Shades of Blue Lagoon #006477

Tints of Blue Lagoon #006477

Color information

#006477 (or 0x006477) is unknown color: approx Blue Lagoon. HEX triplet: 00, 64 and 77. RGB value is (0,100,119). Sum of RGB (Red+Green+Blue) = 0+100+119=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #006477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006477 is #FF9B88. Grayscale: #484848. Windows color (decimal): -16751497 or 7824384. OLE color: 7824384.

HSL color Cylindrical-coordinate representation of color #006477: hue angle of 189.58º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006477 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB0100119-
CMYK10.1600.53
HSL189.58º100%23.33%-
HSV(B)189.58º100%46.67%-
XYZ7.8910.4519.05-
YUV72.27154.3776.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=0%
G=45.66%
B=54.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal010011910.1600.53189.5810023.33
Hex064776410035be6417
Octal01441671442006527614427
Binary011001001110111110010010000011010110111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006477; }

 p { color: rgb(0,100,119); }

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

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

 a { background-color: rgb(0,100,119); }

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

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

 span { border-color: rgb(0,100,119); }

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