Html Css Color HEX #0570D1 Navy Blue

📋 copy color: '#0570D1'

red 5 ◦ green 112 ◦ blue 209

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

Shades of Navy Blue #0570D1

Tints of Navy Blue #0570D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.11%

R = 1.53%
G = 34.36%
B = 64.11%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0570D1 (or 0x0570D1) is known color: Navy Blue. HEX triplet: 05, 70 and D1. RGB value is (5,112,209). Sum of RGB (Red+Green+Blue) = 5+112+209=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 209 (82.03% from 255 or 64.11% from 326); Max value from RGB is 209 - color contains mainly: blue. Hex color #0570D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570D1 is #FA8F2E. Grayscale: #5A5A5A. Windows color (decimal): -16420655 or 13725701. OLE color: 13725701.

HSL color Cylindrical-coordinate representation of color #0570D1: hue angle of 208.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0570D1 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 112 209 -
CMYK 0.98 0.46 0 0.18
HSL 208.53º 0.95% 0.42% -
HSV(B) 208.53º 0.98% 0.82% -
XYZ 17.37 16.22 62.54 -
YUV 91.07 194.55 66.61 -
System Red Green Blue C M Y K H S L
Decimal 5 112 209 0.98 0.46 0 0.18 208.53 0.95 0.42
Hex 5 70 D1 62 2E 0 12 D1 5F 2A
Octal 5 160 321 142 56 0 22 321 137 52
Binary 101 1110000 11010001 1100010 101110 0 10010 11010001 1011111 101010

Color Harmonies of #0570D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570D1

Black with #0570D1

Text Example


Text Example

White with #0570D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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