Html Css Color HEX #0477CB Navy Blue

📋 copy color: '#0477CB'

red 4 ◦ green 119 ◦ blue 203

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

Shades of Navy Blue #0477CB

Tints of Navy Blue #0477CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 1.23%
G = 36.5%
B = 62.27%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0477CB (or 0x0477CB) is known color: Navy Blue. HEX triplet: 04, 77 and CB. RGB value is (4,119,203). Sum of RGB (Red+Green+Blue) = 4+119+203=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #0477CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477CB is #FB8834. Grayscale: #5D5D5D. Windows color (decimal): -16484405 or 13334276. OLE color: 13334276.

HSL color Cylindrical-coordinate representation of color #0477CB: hue angle of 205.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477CB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 119 203 -
CMYK 0.98 0.41 0 0.20
HSL 205.33º 0.96% 0.41% -
HSV(B) 205.33º 0.98% 0.8% -
XYZ 17.43 17.53 58.97 -
YUV 94.19 189.4 63.67 -
System Red Green Blue C M Y K H S L
Decimal 4 119 203 0.98 0.41 0 0.20 205.33 0.96 0.41
Hex 4 77 CB 62 29 0 14 CD 60 29
Octal 4 167 313 142 51 0 24 315 140 51
Binary 100 1110111 11001011 1100010 101001 0 10100 11001101 1100000 101001

Color Harmonies of #0477CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0477CB

Black with #0477CB

Text Example


Text Example

White with #0477CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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