Html Css Color HEX #0577EA Navy Blue

📋 copy color: '#0577EA'

red 5 ◦ green 119 ◦ blue 234

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

Shades of Navy Blue #0577EA

Tints of Navy Blue #0577EA

RGB

 RED value IS 5 (2.34% from 255) = 1.4%

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 1.4%
G = 33.24%
B = 65.36%

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

#0577EA (or 0x0577EA) is known color: Navy Blue. HEX triplet: 05, 77 and EA. RGB value is (5,119,234). Sum of RGB (Red+Green+Blue) = 5+119+234=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #0577EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0577EA is #FA8815. Grayscale: #616161. Windows color (decimal): -16418838 or 15365893. OLE color: 15365893.

HSL color Cylindrical-coordinate representation of color #0577EA: hue angle of 210.13º degrees, saturation: 0.96, 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 #0577EA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 119 234 -
CMYK 0.98 0.49 0 0.08
HSL 210.13º 0.96% 0.47% -
HSV(B) 210.13º 0.98% 0.92% -
XYZ 21.51 19.17 80.41 -
YUV 98.02 204.73 61.65 -
System Red Green Blue C M Y K H S L
Decimal 5 119 234 0.98 0.49 0 0.08 210.13 0.96 0.47
Hex 5 77 EA 62 31 0 8 D2 60 2F
Octal 5 167 352 142 61 0 10 322 140 57
Binary 101 1110111 11101010 1100010 110001 0 1000 11010010 1100000 101111

Color Harmonies of #0577EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577EA

Black with #0577EA

Text Example


Text Example

White with #0577EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0577EA; }

 p { color: rgb(5,119,234); }

 H1.HeaderClassName
 {
   color: #0577EA;
 }
 .AnyTagClassName
 {
   color: #0577EA;
 }
</style>

background-color css

<style>
 a { background-color: #0577EA; }

 a { background-color: rgb(5,119,234); }

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

border-color css

<style>
 span { border-color: #0577EA; }

 span { border-color: rgb(5,119,234); }

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