Html Css Color HEX #0477DD Navy Blue

📋 copy color: '#0477DD'

red 4 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #0477DD

Tints of Navy Blue #0477DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 1.16%
G = 34.59%
B = 64.24%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0477DD (or 0x0477DD) is known color: Navy Blue. HEX triplet: 04, 77 and DD. RGB value is (4,119,221). Sum of RGB (Red+Green+Blue) = 4+119+221=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #0477DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477DD is #FB8822. Grayscale: #5F5F5F. Windows color (decimal): -16484387 or 14513924. OLE color: 14513924.

HSL color Cylindrical-coordinate representation of color #0477DD: hue angle of 208.2º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477DD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 119 221 -
CMYK 0.98 0.46 0 0.13
HSL 208.2º 0.96% 0.44% -
HSV(B) 208.2º 0.98% 0.87% -
XYZ 19.7 18.44 70.93 -
YUV 96.24 198.4 62.21 -
System Red Green Blue C M Y K H S L
Decimal 4 119 221 0.98 0.46 0 0.13 208.2 0.96 0.44
Hex 4 77 DD 62 2E 0 D D0 60 2C
Octal 4 167 335 142 56 0 15 320 140 54
Binary 100 1110111 11011101 1100010 101110 0 1101 11010000 1100000 101100

Color Harmonies of #0477DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0477DD

Black with #0477DD

Text Example


Text Example

White with #0477DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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