Html Css Color HEX #1070CE Navy Blue

📋 copy color: '#1070CE'

red 16 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #1070CE

Tints of Navy Blue #1070CE

RGB

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

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

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

R = 4.79%
G = 33.53%
B = 61.68%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1070CE (or 0x1070CE) is known color: Navy Blue. HEX triplet: 10, 70 and CE. RGB value is (16,112,206). Sum of RGB (Red+Green+Blue) = 16+112+206=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #1070CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070CE is #EF8F31. Grayscale: #5D5D5D. Windows color (decimal): -15699762 or 13529104. OLE color: 13529104.

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

Color convert

RGB 16 112 206 -
CMYK 0.92 0.46 0 0.19
HSL 209.68º 0.86% 0.44% -
HSV(B) 209.68º 0.92% 0.81% -
XYZ 17.15 16.15 60.61 -
YUV 94.01 191.2 72.36 -
System Red Green Blue C M Y K H S L
Decimal 16 112 206 0.92 0.46 0 0.19 209.68 0.86 0.44
Hex 10 70 CE 5C 2E 0 13 D2 56 2C
Octal 20 160 316 134 56 0 23 322 126 54
Binary 10000 1110000 11001110 1011100 101110 0 10011 11010010 1010110 101100

Color Harmonies of #1070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070CE

Black with #1070CE

Text Example


Text Example

White with #1070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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