Html Css Color HEX #0570BF Navy Blue

📋 copy color: '#0570BF'

red 5 ◦ green 112 ◦ blue 191

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

Shades of Navy Blue #0570BF

Tints of Navy Blue #0570BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 1.62%
G = 36.36%
B = 62.01%

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

#0570BF (or 0x0570BF) is known color: Navy Blue. HEX triplet: 05, 70 and BF. RGB value is (5,112,191). Sum of RGB (Red+Green+Blue) = 5+112+191=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #0570BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570BF is #FA8F40. Grayscale: #585858. Windows color (decimal): -16420673 or 12546053. OLE color: 12546053.

HSL color Cylindrical-coordinate representation of color #0570BF: hue angle of 205.48º 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 #0570BF is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 112 191 -
CMYK 0.97 0.41 0 0.25
HSL 205.48º 0.95% 0.38% -
HSV(B) 205.48º 0.97% 0.75% -
XYZ 15.26 15.38 51.45 -
YUV 89.01 185.55 68.08 -
System Red Green Blue C M Y K H S L
Decimal 5 112 191 0.97 0.41 0 0.25 205.48 0.95 0.38
Hex 5 70 BF 61 29 0 19 CD 5F 26
Octal 5 160 277 141 51 0 31 315 137 46
Binary 101 1110000 10111111 1100001 101001 0 11001 11001101 1011111 100110

Color Harmonies of #0570BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570BF

Black with #0570BF

Text Example


Text Example

White with #0570BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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