Html Css Color HEX #1071DF Navy Blue

📋 copy color: '#1071DF'

red 16 ◦ green 113 ◦ blue 223

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

Shades of Navy Blue #1071DF

Tints of Navy Blue #1071DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 4.55%
G = 32.1%
B = 63.35%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1071DF (or 0x1071DF) is known color: Navy Blue. HEX triplet: 10, 71 and DF. RGB value is (16,113,223). Sum of RGB (Red+Green+Blue) = 16+113+223=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #1071DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071DF is #EF8E20. Grayscale: #606060. Windows color (decimal): -15699489 or 14643472. OLE color: 14643472.

HSL color Cylindrical-coordinate representation of color #1071DF: hue angle of 211.88º 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 #1071DF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 113 223 -
CMYK 0.93 0.49 0 0.13
HSL 211.88º 0.87% 0.47% -
HSV(B) 211.88º 0.93% 0.87% -
XYZ 19.44 17.25 72.12 -
YUV 96.54 199.36 70.56 -
System Red Green Blue C M Y K H S L
Decimal 16 113 223 0.93 0.49 0 0.13 211.88 0.87 0.47
Hex 10 71 DF 5D 31 0 D D4 57 2F
Octal 20 161 337 135 61 0 15 324 127 57
Binary 10000 1110001 11011111 1011101 110001 0 1101 11010100 1010111 101111

Color Harmonies of #1071DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071DF

Black with #1071DF

Text Example


Text Example

White with #1071DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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