Html Css Color HEX #1073DD Navy Blue

📋 copy color: '#1073DD'

red 16 ◦ green 115 ◦ blue 221

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

Shades of Navy Blue #1073DD

Tints of Navy Blue #1073DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 4.55%
G = 32.67%
B = 62.78%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1073DD (or 0x1073DD) is known color: Navy Blue. HEX triplet: 10, 73 and DD. RGB value is (16,115,221). Sum of RGB (Red+Green+Blue) = 16+115+221=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #1073DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073DD is #EF8C22. Grayscale: #606060. Windows color (decimal): -15698979 or 14512912. OLE color: 14512912.

HSL color Cylindrical-coordinate representation of color #1073DD: hue angle of 211.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1073DD is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 115 221 -
CMYK 0.93 0.48 0 0.13
HSL 211.02º 0.86% 0.46% -
HSV(B) 211.02º 0.93% 0.87% -
XYZ 19.4 17.59 70.78 -
YUV 97.48 197.7 69.88 -
System Red Green Blue C M Y K H S L
Decimal 16 115 221 0.93 0.48 0 0.13 211.02 0.86 0.46
Hex 10 73 DD 5D 30 0 D D3 56 2E
Octal 20 163 335 135 60 0 15 323 126 56
Binary 10000 1110011 11011101 1011101 110000 0 1101 11010011 1010110 101110

Color Harmonies of #1073DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073DD

Black with #1073DD

Text Example


Text Example

White with #1073DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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