Html Css Color HEX #0470CF Navy Blue

📋 copy color: '#0470CF'

red 4 ◦ green 112 ◦ blue 207

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

Shades of Navy Blue #0470CF

Tints of Navy Blue #0470CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 1.24%
G = 34.67%
B = 64.09%

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

#0470CF (or 0x0470CF) is known color: Navy Blue. HEX triplet: 04, 70 and CF. RGB value is (4,112,207). Sum of RGB (Red+Green+Blue) = 4+112+207=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #0470CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470CF is #FB8F30. Grayscale: #5A5A5A. Windows color (decimal): -16486193 or 13594628. OLE color: 13594628.

HSL color Cylindrical-coordinate representation of color #0470CF: hue angle of 208.08º 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 #0470CF is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 112 207 -
CMYK 0.98 0.46 0 0.19
HSL 208.08º 0.96% 0.41% -
HSV(B) 208.08º 0.98% 0.81% -
XYZ 17.11 16.12 61.24 -
YUV 90.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 4 112 207 0.98 0.46 0 0.19 208.08 0.96 0.41
Hex 4 70 CF 62 2E 0 13 D0 60 29
Octal 4 160 317 142 56 0 23 320 140 51
Binary 100 1110000 11001111 1100010 101110 0 10011 11010000 1100000 101001

Color Harmonies of #0470CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470CF

Black with #0470CF

Text Example


Text Example

White with #0470CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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