Html Css Color HEX #1147ED Navy Blue

📋 copy color: '#1147ED'

red 17 ◦ green 71 ◦ blue 237

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

Shades of Navy Blue #1147ED

Tints of Navy Blue #1147ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 5.23%
G = 21.85%
B = 72.92%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1147ED (or 0x1147ED) is known color: Navy Blue. HEX triplet: 11, 47 and ED. RGB value is (17,71,237). Sum of RGB (Red+Green+Blue) = 17+71+237=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #1147ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1147ED is #EEB812. Grayscale: #494949. Windows color (decimal): -15644691 or 15550225. OLE color: 15550225.

HSL color Cylindrical-coordinate representation of color #1147ED: hue angle of 225.27º 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 #1147ED is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 71 237 -
CMYK 0.93 0.70 0 0.07
HSL 225.27º 0.87% 0.5% -
HSV(B) 225.27º 0.93% 0.93% -
XYZ 17.77 10.74 81.26 -
YUV 73.78 220.11 87.5 -
System Red Green Blue C M Y K H S L
Decimal 17 71 237 0.93 0.70 0 0.07 225.27 0.87 0.5
Hex 11 47 ED 5D 46 0 7 E1 57 32
Octal 21 107 355 135 106 0 7 341 127 62
Binary 10001 1000111 11101101 1011101 1000110 0 111 11100001 1010111 110010

Color Harmonies of #1147ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1147ED

Black with #1147ED

Text Example


Text Example

White with #1147ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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