Html Css Color HEX #0557DC Navy Blue

📋 copy color: '#0557DC'

red 5 ◦ green 87 ◦ blue 220

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

Shades of Navy Blue #0557DC

Tints of Navy Blue #0557DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.51%

R = 1.6%
G = 27.88%
B = 70.51%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0557DC (or 0x0557DC) is known color: Navy Blue. HEX triplet: 05, 57 and DC. RGB value is (5,87,220). Sum of RGB (Red+Green+Blue) = 5+87+220=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #0557DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557DC is #FAA823. Grayscale: #4D4D4D. Windows color (decimal): -16427044 or 14440197. OLE color: 14440197.

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

Color convert

RGB 5 87 220 -
CMYK 0.98 0.60 0 0.14
HSL 217.12º 0.96% 0.44% -
HSV(B) 217.12º 0.98% 0.86% -
XYZ 16.39 12.02 69.17 -
YUV 77.64 208.33 76.19 -
System Red Green Blue C M Y K H S L
Decimal 5 87 220 0.98 0.60 0 0.14 217.12 0.96 0.44
Hex 5 57 DC 62 3C 0 E D9 60 2C
Octal 5 127 334 142 74 0 16 331 140 54
Binary 101 1010111 11011100 1100010 111100 0 1110 11011001 1100000 101100

Color Harmonies of #0557DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0557DC

Black with #0557DC

Text Example


Text Example

White with #0557DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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