Html Css Color HEX #0470CB Navy Blue

📋 copy color: '#0470CB'

red 4 ◦ green 112 ◦ blue 203

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

Shades of Navy Blue #0470CB

Tints of Navy Blue #0470CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 1.25%
G = 35.11%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0470CB (or 0x0470CB) is known color: Navy Blue. HEX triplet: 04, 70 and CB. RGB value is (4,112,203). Sum of RGB (Red+Green+Blue) = 4+112+203=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #0470CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470CB is #FB8F34. Grayscale: #595959. Windows color (decimal): -16486197 or 13332484. OLE color: 13332484.

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

Color convert

RGB 4 112 203 -
CMYK 0.98 0.45 0 0.20
HSL 207.44º 0.96% 0.41% -
HSV(B) 207.44º 0.98% 0.8% -
XYZ 16.62 15.93 58.7 -
YUV 90.08 191.72 66.6 -
System Red Green Blue C M Y K H S L
Decimal 4 112 203 0.98 0.45 0 0.20 207.44 0.96 0.41
Hex 4 70 CB 62 2D 0 14 CF 60 29
Octal 4 160 313 142 55 0 24 317 140 51
Binary 100 1110000 11001011 1100010 101101 0 10100 11001111 1100000 101001

Color Harmonies of #0470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470CB

Black with #0470CB

Text Example


Text Example

White with #0470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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