Html Css Color HEX #0470BE Navy Blue

📋 copy color: '#0470BE'

red 4 ◦ green 112 ◦ blue 190

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

Shades of Navy Blue #0470BE

Tints of Navy Blue #0470BE

RGB

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

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

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

R = 1.31%
G = 36.6%
B = 62.09%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0470BE (or 0x0470BE) is known color: Navy Blue. HEX triplet: 04, 70 and BE. RGB value is (4,112,190). Sum of RGB (Red+Green+Blue) = 4+112+190=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #0470BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470BE is #FB8F41. Grayscale: #585858. Windows color (decimal): -16486210 or 12480516. OLE color: 12480516.

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

Color convert

RGB 4 112 190 -
CMYK 0.98 0.41 0 0.25
HSL 205.16º 0.96% 0.38% -
HSV(B) 205.16º 0.98% 0.75% -
XYZ 15.14 15.33 50.88 -
YUV 88.6 185.22 67.66 -
System Red Green Blue C M Y K H S L
Decimal 4 112 190 0.98 0.41 0 0.25 205.16 0.96 0.38
Hex 4 70 BE 62 29 0 19 CD 60 26
Octal 4 160 276 142 51 0 31 315 140 46
Binary 100 1110000 10111110 1100010 101001 0 11001 11001101 1100000 100110

Color Harmonies of #0470BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470BE

Black with #0470BE

Text Example


Text Example

White with #0470BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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