Html Css Color HEX #1160DA Navy Blue

📋 copy color: '#1160DA'

red 17 ◦ green 96 ◦ blue 218

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

Shades of Navy Blue #1160DA

Tints of Navy Blue #1160DA

RGB

 RED value IS 17 (7.03% from 255) = 5.14%

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 218 (85.55% from 255) = 65.86%

R = 5.14%
G = 29%
B = 65.86%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1160DA (or 0x1160DA) is known color: Navy Blue. HEX triplet: 11, 60 and DA. RGB value is (17,96,218). Sum of RGB (Red+Green+Blue) = 17+96+218=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #1160DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1160DA is #EE9F25. Grayscale: #555555. Windows color (decimal): -15638310 or 14311441. OLE color: 14311441.

HSL color Cylindrical-coordinate representation of color #1160DA: hue angle of 216.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1160DA is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 96 218 -
CMYK 0.92 0.56 0 0.15
HSL 216.42º 0.86% 0.46% -
HSV(B) 216.42º 0.92% 0.85% -
XYZ 17.07 13.55 68.04 -
YUV 86.29 202.33 78.58 -
System Red Green Blue C M Y K H S L
Decimal 17 96 218 0.92 0.56 0 0.15 216.42 0.86 0.46
Hex 11 60 DA 5C 38 0 F D8 56 2E
Octal 21 140 332 134 70 0 17 330 126 56
Binary 10001 1100000 11011010 1011100 111000 0 1111 11011000 1010110 101110

Color Harmonies of #1160DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160DA

Black with #1160DA

Text Example


Text Example

White with #1160DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1160DA; }

 p { color: rgb(17,96,218); }

 H1.HeaderClassName
 {
   color: #1160DA;
 }
 .AnyTagClassName
 {
   color: #1160DA;
 }
</style>

background-color css

<style>
 a { background-color: #1160DA; }

 a { background-color: rgb(17,96,218); }

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

border-color css

<style>
 span { border-color: #1160DA; }

 span { border-color: rgb(17,96,218); }

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