Html Css Color HEX #1149ED Navy Blue

📋 copy color: '#1149ED'

red 17 ◦ green 73 ◦ blue 237

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

Shades of Navy Blue #1149ED

Tints of Navy Blue #1149ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 5.2%
G = 22.32%
B = 72.48%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1149ED (or 0x1149ED) is known color: Navy Blue. HEX triplet: 11, 49 and ED. RGB value is (17,73,237). Sum of RGB (Red+Green+Blue) = 17+73+237=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #1149ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149ED is #EEB612. Grayscale: #4A4A4A. Windows color (decimal): -15644179 or 15550737. OLE color: 15550737.

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

Color convert

RGB 17 73 237 -
CMYK 0.93 0.69 0 0.07
HSL 224.73º 0.87% 0.5% -
HSV(B) 224.73º 0.93% 0.93% -
XYZ 17.9 11 81.3 -
YUV 74.95 219.45 86.66 -
System Red Green Blue C M Y K H S L
Decimal 17 73 237 0.93 0.69 0 0.07 224.73 0.87 0.5
Hex 11 49 ED 5D 45 0 7 E1 57 32
Octal 21 111 355 135 105 0 7 341 127 62
Binary 10001 1001001 11101101 1011101 1000101 0 111 11100001 1010111 110010

Color Harmonies of #1149ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1149ED

Black with #1149ED

Text Example


Text Example

White with #1149ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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