Html Css Color HEX #1070DF Navy Blue

📋 copy color: '#1070DF'

red 16 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #1070DF

Tints of Navy Blue #1070DF

RGB

 RED value IS 16 (6.64% from 255) = 4.56%

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

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 4.56%
G = 31.91%
B = 63.53%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1070DF (or 0x1070DF) is known color: Navy Blue. HEX triplet: 10, 70 and DF. RGB value is (16,112,223). Sum of RGB (Red+Green+Blue) = 16+112+223=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #1070DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070DF is #EF8F20. Grayscale: #5F5F5F. Windows color (decimal): -15699745 or 14643216. OLE color: 14643216.

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

Color convert

RGB 16 112 223 -
CMYK 0.93 0.50 0 0.13
HSL 212.17º 0.87% 0.47% -
HSV(B) 212.17º 0.93% 0.87% -
XYZ 19.33 17.03 72.08 -
YUV 95.95 199.7 70.97 -
System Red Green Blue C M Y K H S L
Decimal 16 112 223 0.93 0.50 0 0.13 212.17 0.87 0.47
Hex 10 70 DF 5D 32 0 D D4 57 2F
Octal 20 160 337 135 62 0 15 324 127 57
Binary 10000 1110000 11011111 1011101 110010 0 1101 11010100 1010111 101111

Color Harmonies of #1070DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070DF

Black with #1070DF

Text Example


Text Example

White with #1070DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1070DF;
 }
 .AnyTagClassName
 {
   color: #1070DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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