Html Css Color HEX #1073CE Navy Blue

📋 copy color: '#1073CE'

red 16 ◦ green 115 ◦ blue 206

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

Shades of Navy Blue #1073CE

Tints of Navy Blue #1073CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 4.75%
G = 34.12%
B = 61.13%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1073CE (or 0x1073CE) is known color: Navy Blue. HEX triplet: 10, 73 and CE. RGB value is (16,115,206). Sum of RGB (Red+Green+Blue) = 16+115+206=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #1073CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073CE is #EF8C31. Grayscale: #5F5F5F. Windows color (decimal): -15698994 or 13529872. OLE color: 13529872.

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

Color convert

RGB 16 115 206 -
CMYK 0.92 0.44 0 0.19
HSL 208.74º 0.86% 0.44% -
HSV(B) 208.74º 0.92% 0.81% -
XYZ 17.49 16.83 60.72 -
YUV 95.77 190.2 71.1 -
System Red Green Blue C M Y K H S L
Decimal 16 115 206 0.92 0.44 0 0.19 208.74 0.86 0.44
Hex 10 73 CE 5C 2C 0 13 D1 56 2C
Octal 20 163 316 134 54 0 23 321 126 54
Binary 10000 1110011 11001110 1011100 101100 0 10011 11010001 1010110 101100

Color Harmonies of #1073CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073CE

Black with #1073CE

Text Example


Text Example

White with #1073CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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