Html Css Color HEX #0470CE Navy Blue

📋 copy color: '#0470CE'

red 4 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #0470CE

Tints of Navy Blue #0470CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 1.24%
G = 34.78%
B = 63.98%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0470CE (or 0x0470CE) is known color: Navy Blue. HEX triplet: 04, 70 and CE. RGB value is (4,112,206). Sum of RGB (Red+Green+Blue) = 4+112+206=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #0470CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470CE is #FB8F31. Grayscale: #595959. Windows color (decimal): -16486194 or 13529092. OLE color: 13529092.

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

Color convert

RGB 4 112 206 -
CMYK 0.98 0.46 0 0.19
HSL 207.92º 0.96% 0.41% -
HSV(B) 207.92º 0.98% 0.81% -
XYZ 16.98 16.07 60.6 -
YUV 90.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 4 112 206 0.98 0.46 0 0.19 207.92 0.96 0.41
Hex 4 70 CE 62 2E 0 13 D0 60 29
Octal 4 160 316 142 56 0 23 320 140 51
Binary 100 1110000 11001110 1100010 101110 0 10011 11010000 1100000 101001

Color Harmonies of #0470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470CE

Black with #0470CE

Text Example


Text Example

White with #0470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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