Html Css Color HEX #1156DF Navy Blue

📋 copy color: '#1156DF'

red 17 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #1156DF

Tints of Navy Blue #1156DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 5.21%
G = 26.38%
B = 68.4%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1156DF (or 0x1156DF) is known color: Navy Blue. HEX triplet: 11, 56 and DF. RGB value is (17,86,223). Sum of RGB (Red+Green+Blue) = 17+86+223=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #1156DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1156DF is #EEA920. Grayscale: #505050. Windows color (decimal): -15640865 or 14636561. OLE color: 14636561.

HSL color Cylindrical-coordinate representation of color #1156DF: hue angle of 219.9º 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 #1156DF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 86 223 -
CMYK 0.92 0.61 0 0.13
HSL 219.9º 0.86% 0.47% -
HSV(B) 219.9º 0.92% 0.87% -
XYZ 16.88 12.1 71.26 -
YUV 80.99 208.14 82.36 -
System Red Green Blue C M Y K H S L
Decimal 17 86 223 0.92 0.61 0 0.13 219.9 0.86 0.47
Hex 11 56 DF 5C 3D 0 D DC 56 2F
Octal 21 126 337 134 75 0 15 334 126 57
Binary 10001 1010110 11011111 1011100 111101 0 1101 11011100 1010110 101111

Color Harmonies of #1156DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1156DF

Black with #1156DF

Text Example


Text Example

White with #1156DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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