Html Css Color HEX #0470D1 Navy Blue

📋 copy color: '#0470D1'

red 4 ◦ green 112 ◦ blue 209

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

Shades of Navy Blue #0470D1

Tints of Navy Blue #0470D1

RGB

 RED value IS 4 (1.95% from 255) = 1.23%

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

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

R = 1.23%
G = 34.46%
B = 64.31%

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

#0470D1 (or 0x0470D1) is known color: Navy Blue. HEX triplet: 04, 70 and D1. RGB value is (4,112,209). Sum of RGB (Red+Green+Blue) = 4+112+209=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #0470D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470D1 is #FB8F2E. Grayscale: #5A5A5A. Windows color (decimal): -16486191 or 13725700. OLE color: 13725700.

HSL color Cylindrical-coordinate representation of color #0470D1: hue angle of 208.39º degrees, saturation: 0.96, 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 #0470D1 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 112 209 -
CMYK 0.98 0.46 0 0.18
HSL 208.39º 0.96% 0.42% -
HSV(B) 208.39º 0.98% 0.82% -
XYZ 17.35 16.22 62.54 -
YUV 90.77 194.72 66.11 -
System Red Green Blue C M Y K H S L
Decimal 4 112 209 0.98 0.46 0 0.18 208.39 0.96 0.42
Hex 4 70 D1 62 2E 0 12 D0 60 2A
Octal 4 160 321 142 56 0 22 320 140 52
Binary 100 1110000 11010001 1100010 101110 0 10010 11010000 1100000 101010

Color Harmonies of #0470D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470D1

Black with #0470D1

Text Example


Text Example

White with #0470D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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