Html Css Color HEX #0477BE Navy Blue

📋 copy color: '#0477BE'

red 4 ◦ green 119 ◦ blue 190

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

Shades of Navy Blue #0477BE

Tints of Navy Blue #0477BE

RGB

 RED value IS 4 (1.95% from 255) = 1.28%

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 1.28%
G = 38.02%
B = 60.7%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0477BE (or 0x0477BE) is known color: Navy Blue. HEX triplet: 04, 77 and BE. RGB value is (4,119,190). Sum of RGB (Red+Green+Blue) = 4+119+190=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #0477BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477BE is #FB8841. Grayscale: #5C5C5C. Windows color (decimal): -16484418 or 12482308. OLE color: 12482308.

HSL color Cylindrical-coordinate representation of color #0477BE: hue angle of 202.9º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477BE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 119 190 -
CMYK 0.98 0.37 0 0.25
HSL 202.9º 0.96% 0.38% -
HSV(B) 202.9º 0.98% 0.75% -
XYZ 15.94 16.94 51.14 -
YUV 92.71 182.9 64.73 -
System Red Green Blue C M Y K H S L
Decimal 4 119 190 0.98 0.37 0 0.25 202.9 0.96 0.38
Hex 4 77 BE 62 25 0 19 CB 60 26
Octal 4 167 276 142 45 0 31 313 140 46
Binary 100 1110111 10111110 1100010 100101 0 11001 11001011 1100000 100110

Color Harmonies of #0477BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0477BE

Black with #0477BE

Text Example


Text Example

White with #0477BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0477BE; }

 p { color: rgb(4,119,190); }

 H1.HeaderClassName
 {
   color: #0477BE;
 }
 .AnyTagClassName
 {
   color: #0477BE;
 }
</style>

background-color css

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

 a { background-color: rgb(4,119,190); }

 div.DivClassName
 {
   background-color: #0477BE;
 }
 .BgClassName
 {
   background-color: #0477BE;
 }
</style>

border-color css

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

 span { border-color: rgb(4,119,190); }

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