Html Css Color HEX #0470ED Navy Blue

📋 copy color: '#0470ED'

red 4 ◦ green 112 ◦ blue 237

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

Shades of Navy Blue #0470ED

Tints of Navy Blue #0470ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 1.13%
G = 31.73%
B = 67.14%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0470ED (or 0x0470ED) is known color: Navy Blue. HEX triplet: 04, 70 and ED. RGB value is (4,112,237). Sum of RGB (Red+Green+Blue) = 4+112+237=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #0470ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470ED is #FB8F12. Grayscale: #5D5D5D. Windows color (decimal): -16486163 or 15560708. OLE color: 15560708.

HSL color Cylindrical-coordinate representation of color #0470ED: hue angle of 212.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470ED is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 112 237 -
CMYK 0.98 0.53 0 0.07
HSL 212.19º 0.97% 0.47% -
HSV(B) 212.19º 0.98% 0.93% -
XYZ 21.13 17.73 82.43 -
YUV 93.96 208.72 63.84 -
System Red Green Blue C M Y K H S L
Decimal 4 112 237 0.98 0.53 0 0.07 212.19 0.97 0.47
Hex 4 70 ED 62 35 0 7 D4 61 2F
Octal 4 160 355 142 65 0 7 324 141 57
Binary 100 1110000 11101101 1100010 110101 0 111 11010100 1100001 101111

Color Harmonies of #0470ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470ED

Black with #0470ED

Text Example


Text Example

White with #0470ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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