Html Css Color HEX #0557CD Navy Blue

📋 copy color: '#0557CD'

red 5 ◦ green 87 ◦ blue 205

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

Shades of Navy Blue #0557CD

Tints of Navy Blue #0557CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 1.68%
G = 29.29%
B = 69.02%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0557CD (or 0x0557CD) is known color: Navy Blue. HEX triplet: 05, 57 and CD. RGB value is (5,87,205). Sum of RGB (Red+Green+Blue) = 5+87+205=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #0557CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557CD is #FAA832. Grayscale: #4B4B4B. Windows color (decimal): -16427059 or 13457157. OLE color: 13457157.

HSL color Cylindrical-coordinate representation of color #0557CD: hue angle of 215.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557CD is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 87 205 -
CMYK 0.98 0.58 0 0.20
HSL 215.4º 0.95% 0.41% -
HSV(B) 215.4º 0.98% 0.8% -
XYZ 14.49 11.26 59.17 -
YUV 75.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 5 87 205 0.98 0.58 0 0.20 215.4 0.95 0.41
Hex 5 57 CD 62 3A 0 14 D7 5F 29
Octal 5 127 315 142 72 0 24 327 137 51
Binary 101 1010111 11001101 1100010 111010 0 10100 11010111 1011111 101001

Color Harmonies of #0557CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0557CD

Black with #0557CD

Text Example


Text Example

White with #0557CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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