Html Css Color HEX #1151ED Navy Blue

📋 copy color: '#1151ED'

red 17 ◦ green 81 ◦ blue 237

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

Shades of Navy Blue #1151ED

Tints of Navy Blue #1151ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 5.07%
G = 24.18%
B = 70.75%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1151ED (or 0x1151ED) is known color: Navy Blue. HEX triplet: 11, 51 and ED. RGB value is (17,81,237). Sum of RGB (Red+Green+Blue) = 17+81+237=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #1151ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1151ED is #EEAE12. Grayscale: #4E4E4E. Windows color (decimal): -15642131 or 15552785. OLE color: 15552785.

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

Color convert

RGB 17 81 237 -
CMYK 0.93 0.66 0 0.07
HSL 222.55º 0.87% 0.5% -
HSV(B) 222.55º 0.93% 0.93% -
XYZ 18.46 12.12 81.49 -
YUV 79.65 216.8 83.32 -
System Red Green Blue C M Y K H S L
Decimal 17 81 237 0.93 0.66 0 0.07 222.55 0.87 0.5
Hex 11 51 ED 5D 42 0 7 DF 57 32
Octal 21 121 355 135 102 0 7 337 127 62
Binary 10001 1010001 11101101 1011101 1000010 0 111 11011111 1010111 110010

Color Harmonies of #1151ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1151ED

Black with #1151ED

Text Example


Text Example

White with #1151ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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