Html Css Color HEX #1071CE Navy Blue

📋 copy color: '#1071CE'

red 16 ◦ green 113 ◦ blue 206

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

Shades of Navy Blue #1071CE

Tints of Navy Blue #1071CE

RGB

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

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

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

R = 4.78%
G = 33.73%
B = 61.49%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1071CE (or 0x1071CE) is known color: Navy Blue. HEX triplet: 10, 71 and CE. RGB value is (16,113,206). Sum of RGB (Red+Green+Blue) = 16+113+206=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1071CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071CE is #EF8E31. Grayscale: #5E5E5E. Windows color (decimal): -15699506 or 13529360. OLE color: 13529360.

HSL color Cylindrical-coordinate representation of color #1071CE: hue angle of 209.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1071CE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 113 206 -
CMYK 0.92 0.45 0 0.19
HSL 209.37º 0.86% 0.44% -
HSV(B) 209.37º 0.92% 0.81% -
XYZ 17.26 16.38 60.64 -
YUV 94.6 190.86 71.94 -
System Red Green Blue C M Y K H S L
Decimal 16 113 206 0.92 0.45 0 0.19 209.37 0.86 0.44
Hex 10 71 CE 5C 2D 0 13 D1 56 2C
Octal 20 161 316 134 55 0 23 321 126 54
Binary 10000 1110001 11001110 1011100 101101 0 10011 11010001 1010110 101100

Color Harmonies of #1071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071CE

Black with #1071CE

Text Example


Text Example

White with #1071CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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