Html Css Color HEX #1149EB Navy Blue

📋 copy color: '#1149EB'

red 17 ◦ green 73 ◦ blue 235

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

Shades of Navy Blue #1149EB

Tints of Navy Blue #1149EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.31%

R = 5.23%
G = 22.46%
B = 72.31%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1149EB (or 0x1149EB) is known color: Navy Blue. HEX triplet: 11, 49 and EB. RGB value is (17,73,235). Sum of RGB (Red+Green+Blue) = 17+73+235=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #1149EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149EB is #EEB614. Grayscale: #4A4A4A. Windows color (decimal): -15644181 or 15419665. OLE color: 15419665.

HSL color Cylindrical-coordinate representation of color #1149EB: hue angle of 224.59º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1149EB is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 73 235 -
CMYK 0.93 0.69 0 0.08
HSL 224.59º 0.87% 0.49% -
HSV(B) 224.59º 0.93% 0.92% -
XYZ 17.61 10.88 79.77 -
YUV 74.72 218.45 86.83 -
System Red Green Blue C M Y K H S L
Decimal 17 73 235 0.93 0.69 0 0.08 224.59 0.87 0.49
Hex 11 49 EB 5D 45 0 8 E1 57 31
Octal 21 111 353 135 105 0 10 341 127 61
Binary 10001 1001001 11101011 1011101 1000101 0 1000 11100001 1010111 110001

Color Harmonies of #1149EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1149EB

Black with #1149EB

Text Example


Text Example

White with #1149EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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