Html Css Color HEX #0557D9 Navy Blue

📋 copy color: '#0557D9'

red 5 ◦ green 87 ◦ blue 217

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

Shades of Navy Blue #0557D9

Tints of Navy Blue #0557D9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 217 (85.16% from 255) = 70.23%

R = 1.62%
G = 28.16%
B = 70.23%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0557D9 (or 0x0557D9) is known color: Navy Blue. HEX triplet: 05, 57 and D9. RGB value is (5,87,217). Sum of RGB (Red+Green+Blue) = 5+87+217=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 217 (85.16% from 255 or 70.23% from 309); Max value from RGB is 217 - color contains mainly: blue. Hex color #0557D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557D9 is #FAA826. Grayscale: #4C4C4C. Windows color (decimal): -16427047 or 14243589. OLE color: 14243589.

HSL color Cylindrical-coordinate representation of color #0557D9: hue angle of 216.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557D9 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 87 217 -
CMYK 0.98 0.60 0 0.15
HSL 216.79º 0.95% 0.44% -
HSV(B) 216.79º 0.98% 0.85% -
XYZ 16 11.86 67.09 -
YUV 77.3 206.83 76.43 -
System Red Green Blue C M Y K H S L
Decimal 5 87 217 0.98 0.60 0 0.15 216.79 0.95 0.44
Hex 5 57 D9 62 3C 0 F D9 5F 2C
Octal 5 127 331 142 74 0 17 331 137 54
Binary 101 1010111 11011001 1100010 111100 0 1111 11011001 1011111 101100

Color Harmonies of #0557D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0557D9

Black with #0557D9

Text Example


Text Example

White with #0557D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0557D9; }

 p { color: rgb(5,87,217); }

 H1.HeaderClassName
 {
   color: #0557D9;
 }
 .AnyTagClassName
 {
   color: #0557D9;
 }
</style>

background-color css

<style>
 a { background-color: #0557D9; }

 a { background-color: rgb(5,87,217); }

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

border-color css

<style>
 span { border-color: #0557D9; }

 span { border-color: rgb(5,87,217); }

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