Html Css Color HEX #1149FA Navy Blue

📋 copy color: '#1149FA'

red 17 ◦ green 73 ◦ blue 250

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

Shades of Navy Blue #1149FA

Tints of Navy Blue #1149FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 5%
G = 21.47%
B = 73.53%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1149FA (or 0x1149FA) is known color: Navy Blue. HEX triplet: 11, 49 and FA. RGB value is (17,73,250). Sum of RGB (Red+Green+Blue) = 17+73+250=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #1149FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149FA is #EEB605. Grayscale: #4B4B4B. Windows color (decimal): -15644166 or 16402705. OLE color: 16402705.

HSL color Cylindrical-coordinate representation of color #1149FA: hue angle of 225.58º 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 #1149FA is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 73 250 -
CMYK 0.93 0.71 0 0.02
HSL 225.58º 0.96% 0.52% -
HSV(B) 225.58º 0.93% 0.98% -
XYZ 19.87 11.79 91.67 -
YUV 76.43 225.95 85.61 -
System Red Green Blue C M Y K H S L
Decimal 17 73 250 0.93 0.71 0 0.02 225.58 0.96 0.52
Hex 11 49 FA 5D 47 0 2 E2 60 34
Octal 21 111 372 135 107 0 2 342 140 64
Binary 10001 1001001 11111010 1011101 1000111 0 10 11100010 1100000 110100

Color Harmonies of #1149FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1149FA

Black with #1149FA

Text Example


Text Example

White with #1149FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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