Html Css Color HEX #006477 Blue Lagoon

📋 copy color: '#006477'

red 0 ◦ green 100 ◦ blue 119

#006477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #006477

Tints of Blue Lagoon #006477

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 value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006477 (or 0x006477) is known color: 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

RGB 0 100 119 -
CMYK 1 0.16 0 0.53
HSL 189.58º 1% 0.23% -
HSV(B) 189.58º 1% 0.47% -
XYZ 7.89 10.45 19.05 -
YUV 72.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 0 100 119 1 0.16 0 0.53 189.58 1 0.23
Hex 0 64 77 64 10 0 35 BE 64 17
Octal 0 144 167 144 20 0 65 276 144 27
Binary 0 1100100 1110111 1100100 10000 0 110101 10111110 1100100 10111

Color Harmonies of #006477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006477

Black with #006477

Text Example


Text Example

White with #006477

Text Example


Text Example

HTML Codes & Css Web 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>