Html Css Color HEX #0557FD Navy Blue

📋 copy color: '#0557FD'

red 5 ◦ green 87 ◦ blue 253

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

Shades of Navy Blue #0557FD

Tints of Navy Blue #0557FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.33%

R = 1.45%
G = 25.22%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0557FD (or 0x0557FD) is known color: Navy Blue. HEX triplet: 05, 57 and FD. RGB value is (5,87,253). Sum of RGB (Red+Green+Blue) = 5+87+253=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #0557FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0557FD is #FAA802. Grayscale: #505050. Windows color (decimal): -16427011 or 16602885. OLE color: 16602885.

HSL color Cylindrical-coordinate representation of color #0557FD: hue angle of 220.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557FD is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 87 253 -
CMYK 0.98 0.66 0 0.01
HSL 220.16º 0.98% 0.51% -
HSV(B) 220.16º 0.98% 0.99% -
XYZ 21.2 13.94 94.5 -
YUV 81.41 224.83 73.5 -
System Red Green Blue C M Y K H S L
Decimal 5 87 253 0.98 0.66 0 0.01 220.16 0.98 0.51
Hex 5 57 FD 62 42 0 1 DC 62 33
Octal 5 127 375 142 102 0 1 334 142 63
Binary 101 1010111 11111101 1100010 1000010 0 1 11011100 1100010 110011

Color Harmonies of #0557FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0557FD

Black with #0557FD

Text Example


Text Example

White with #0557FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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