Html Css Color HEX #1159FA Navy Blue

📋 copy color: '#1159FA'

red 17 ◦ green 89 ◦ blue 250

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

Shades of Navy Blue #1159FA

Tints of Navy Blue #1159FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 4.78%
G = 25%
B = 70.22%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1159FA (or 0x1159FA) is known color: Navy Blue. HEX triplet: 11, 59 and FA. RGB value is (17,89,250). Sum of RGB (Red+Green+Blue) = 17+89+250=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1159FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1159FA is #EEA605. Grayscale: #555555. Windows color (decimal): -15640070 or 16406801. OLE color: 16406801.

HSL color Cylindrical-coordinate representation of color #1159FA: hue angle of 221.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1159FA is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 89 250 -
CMYK 0.93 0.64 0 0.02
HSL 221.46º 0.96% 0.52% -
HSV(B) 221.46º 0.93% 0.98% -
XYZ 21.06 14.17 92.07 -
YUV 85.83 220.65 78.91 -
System Red Green Blue C M Y K H S L
Decimal 17 89 250 0.93 0.64 0 0.02 221.46 0.96 0.52
Hex 11 59 FA 5D 40 0 2 DD 60 34
Octal 21 131 372 135 100 0 2 335 140 64
Binary 10001 1011001 11111010 1011101 1000000 0 10 11011101 1100000 110100

Color Harmonies of #1159FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1159FA

Black with #1159FA

Text Example


Text Example

White with #1159FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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