Html Css Color HEX #1159DA Navy Blue

📋 copy color: '#1159DA'

red 17 ◦ green 89 ◦ blue 218

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

Shades of Navy Blue #1159DA

Tints of Navy Blue #1159DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 5.25%
G = 27.47%
B = 67.28%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1159DA (or 0x1159DA) is known color: Navy Blue. HEX triplet: 11, 59 and DA. RGB value is (17,89,218). Sum of RGB (Red+Green+Blue) = 17+89+218=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #1159DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159DA is #EEA625. Grayscale: #515151. Windows color (decimal): -15640102 or 14309649. OLE color: 14309649.

HSL color Cylindrical-coordinate representation of color #1159DA: hue angle of 218.51º 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 #1159DA is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 89 218 -
CMYK 0.92 0.59 0 0.15
HSL 218.51º 0.86% 0.46% -
HSV(B) 218.51º 0.92% 0.85% -
XYZ 16.46 12.33 67.84 -
YUV 82.18 204.65 81.51 -
System Red Green Blue C M Y K H S L
Decimal 17 89 218 0.92 0.59 0 0.15 218.51 0.86 0.46
Hex 11 59 DA 5C 3B 0 F DB 56 2E
Octal 21 131 332 134 73 0 17 333 126 56
Binary 10001 1011001 11011010 1011100 111011 0 1111 11011011 1010110 101110

Color Harmonies of #1159DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1159DA

Black with #1159DA

Text Example


Text Example

White with #1159DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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