Html Css Color HEX #0470EB Navy Blue

📋 copy color: '#0470EB'

red 4 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #0470EB

Tints of Navy Blue #0470EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.95%

R = 1.14%
G = 31.91%
B = 66.95%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0470EB (or 0x0470EB) is known color: Navy Blue. HEX triplet: 04, 70 and EB. RGB value is (4,112,235). Sum of RGB (Red+Green+Blue) = 4+112+235=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #0470EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470EB is #FB8F14. Grayscale: #5D5D5D. Windows color (decimal): -16486165 or 15429636. OLE color: 15429636.

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

Color convert

RGB 4 112 235 -
CMYK 0.98 0.52 0 0.08
HSL 211.95º 0.97% 0.47% -
HSV(B) 211.95º 0.98% 0.92% -
XYZ 20.84 17.61 80.9 -
YUV 93.73 207.72 64 -
System Red Green Blue C M Y K H S L
Decimal 4 112 235 0.98 0.52 0 0.08 211.95 0.97 0.47
Hex 4 70 EB 62 34 0 8 D4 61 2F
Octal 4 160 353 142 64 0 10 324 141 57
Binary 100 1110000 11101011 1100010 110100 0 1000 11010100 1100001 101111

Color Harmonies of #0470EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470EB

Black with #0470EB

Text Example


Text Example

White with #0470EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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