Html Css Color HEX #1156FF Navy Blue

📋 copy color: '#1156FF'

red 17 ◦ green 86 ◦ blue 255

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

Shades of Navy Blue #1156FF

Tints of Navy Blue #1156FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.23%

R = 4.75%
G = 24.02%
B = 71.23%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1156FF (or 0x1156FF) is known color: Navy Blue. HEX triplet: 11, 56 and FF. RGB value is (17,86,255). Sum of RGB (Red+Green+Blue) = 17+86+255=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #1156FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1156FF is #EEA900. Grayscale: #535353. Windows color (decimal): -15640833 or 16733713. OLE color: 16733713.

HSL color Cylindrical-coordinate representation of color #1156FF: hue angle of 222.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1156FF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 86 255 -
CMYK 0.93 0.66 0 0
HSL 222.61º 1% 0.53% -
HSV(B) 222.61º 0.93% 1% -
XYZ 21.61 13.99 96.17 -
YUV 84.64 224.14 79.76 -
System Red Green Blue C M Y K H S L
Decimal 17 86 255 0.93 0.66 0 0 222.61 1 0.53
Hex 11 56 FF 5D 42 0 0 DF 64 35
Octal 21 126 377 135 102 0 0 337 144 65
Binary 10001 1010110 11111111 1011101 1000010 0 0 11011111 1100100 110101

Color Harmonies of #1156FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1156FF

Black with #1156FF

Text Example


Text Example

White with #1156FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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