Html Css Color HEX #0570BE Navy Blue

📋 copy color: '#0570BE'

red 5 ◦ green 112 ◦ blue 190

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

Shades of Navy Blue #0570BE

Tints of Navy Blue #0570BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 1.63%
G = 36.48%
B = 61.89%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0570BE (or 0x0570BE) is known color: Navy Blue. HEX triplet: 05, 70 and BE. RGB value is (5,112,190). Sum of RGB (Red+Green+Blue) = 5+112+190=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #0570BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570BE is #FA8F41. Grayscale: #585858. Windows color (decimal): -16420674 or 12480517. OLE color: 12480517.

HSL color Cylindrical-coordinate representation of color #0570BE: hue angle of 205.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0570BE is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 112 190 -
CMYK 0.97 0.41 0 0.25
HSL 205.3º 0.95% 0.38% -
HSV(B) 205.3º 0.97% 0.75% -
XYZ 15.15 15.34 50.88 -
YUV 88.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 5 112 190 0.97 0.41 0 0.25 205.3 0.95 0.38
Hex 5 70 BE 61 29 0 19 CD 5F 26
Octal 5 160 276 141 51 0 31 315 137 46
Binary 101 1110000 10111110 1100001 101001 0 11001 11001101 1011111 100110

Color Harmonies of #0570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570BE

Black with #0570BE

Text Example


Text Example

White with #0570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0570BE; }

 p { color: rgb(5,112,190); }

 H1.HeaderClassName
 {
   color: #0570BE;
 }
 .AnyTagClassName
 {
   color: #0570BE;
 }
</style>

background-color css

<style>
 a { background-color: #0570BE; }

 a { background-color: rgb(5,112,190); }

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

border-color css

<style>
 span { border-color: #0570BE; }

 span { border-color: rgb(5,112,190); }

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