Html Css Color HEX #1159DF Navy Blue

📋 copy color: '#1159DF'

red 17 ◦ green 89 ◦ blue 223

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

Shades of Navy Blue #1159DF

Tints of Navy Blue #1159DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 5.17%
G = 27.05%
B = 67.78%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1159DF (or 0x1159DF) is known color: Navy Blue. HEX triplet: 11, 59 and DF. RGB value is (17,89,223). Sum of RGB (Red+Green+Blue) = 17+89+223=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #1159DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159DF is #EEA620. Grayscale: #525252. Windows color (decimal): -15640097 or 14637329. OLE color: 14637329.

HSL color Cylindrical-coordinate representation of color #1159DF: hue angle of 219.03º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1159DF is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 89 223 -
CMYK 0.92 0.60 0 0.13
HSL 219.03º 0.86% 0.47% -
HSV(B) 219.03º 0.92% 0.87% -
XYZ 17.12 12.59 71.34 -
YUV 82.75 207.15 81.1 -
System Red Green Blue C M Y K H S L
Decimal 17 89 223 0.92 0.60 0 0.13 219.03 0.86 0.47
Hex 11 59 DF 5C 3C 0 D DB 56 2F
Octal 21 131 337 134 74 0 15 333 126 57
Binary 10001 1011001 11011111 1011100 111100 0 1101 11011011 1010110 101111

Color Harmonies of #1159DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1159DF

Black with #1159DF

Text Example


Text Example

White with #1159DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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