#0070DF

Color #0070DF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0070DF

Tints of Navy Blue #0070DF

Color information

#0070DF (or 0x0070DF) is unknown color: approx Navy Blue. HEX triplet: 00, 70 and DF. RGB value is (0,112,223). Sum of RGB (Red+Green+Blue) = 0+112+223=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #0070DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070DF is #FF8F20. Grayscale: #5A5A5A. Windows color (decimal): -16748321 or 14643200. OLE color: 14643200.

HSL color Cylindrical-coordinate representation of color #0070DF: hue angle of 209.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070DF is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0112223-
CMYK10.5000.13
HSL209.87º100%43.73%-
HSV(B)209.87º100%87.45%-
XYZ19.1116.9272.07-
YUV91.17202.3962.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 223 (87.5% from 255) = 66.57%
R=0%
G=33.43%
B=66.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal011222310.5000.13209.8710043.73
Hex070DF64320Dd2642c
Octal01603371446201532214454
Binary0111000011011111110010011001001101110100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0070DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0070DF; }

 p { color: rgb(0,112,223); }

 H1.HeaderClassName
 {
   color: #0070DF;
 }
 .AnyTagClassName
 {
   color: #0070DF;
 }
</style>
background-color css

<style>
 a { background-color: #0070DF; }

 a { background-color: rgb(0,112,223); }

 div.DivClassName
 {
   background-color: #0070DF;
 }
 .BgClassName
 {
   background-color: #0070DF;
 }
</style>
border-color css

<style>
 span { border-color: #0070DF; }

 span { border-color: rgb(0,112,223); }

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