Html Css Color HEX #0477EB Navy Blue

📋 copy color: '#0477EB'

red 4 ◦ green 119 ◦ blue 235

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

Shades of Navy Blue #0477EB

Tints of Navy Blue #0477EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 1.12%
G = 33.24%
B = 65.64%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0477EB (or 0x0477EB) is known color: Navy Blue. HEX triplet: 04, 77 and EB. RGB value is (4,119,235). Sum of RGB (Red+Green+Blue) = 4+119+235=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #0477EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0477EB is #FB8814. Grayscale: #616161. Windows color (decimal): -16484373 or 15431428. OLE color: 15431428.

HSL color Cylindrical-coordinate representation of color #0477EB: hue angle of 210.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477EB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 119 235 -
CMYK 0.98 0.49 0 0.08
HSL 210.13º 0.97% 0.47% -
HSV(B) 210.13º 0.98% 0.92% -
XYZ 21.64 19.22 81.17 -
YUV 97.84 205.4 61.07 -
System Red Green Blue C M Y K H S L
Decimal 4 119 235 0.98 0.49 0 0.08 210.13 0.97 0.47
Hex 4 77 EB 62 31 0 8 D2 61 2F
Octal 4 167 353 142 61 0 10 322 141 57
Binary 100 1110111 11101011 1100010 110001 0 1000 11010010 1100001 101111

Color Harmonies of #0477EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0477EB

Black with #0477EB

Text Example


Text Example

White with #0477EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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