Html Css Color HEX #1158E1 Navy Blue

📋 copy color: '#1158E1'

red 17 ◦ green 88 ◦ blue 225

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

Shades of Navy Blue #1158E1

Tints of Navy Blue #1158E1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 225 (88.28% from 255) = 68.18%

R = 5.15%
G = 26.67%
B = 68.18%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1158E1 (or 0x1158E1) is known color: Navy Blue. HEX triplet: 11, 58 and E1. RGB value is (17,88,225). Sum of RGB (Red+Green+Blue) = 17+88+225=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #1158E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158E1 is #EEA71E. Grayscale: #515151. Windows color (decimal): -15640351 or 14768145. OLE color: 14768145.

HSL color Cylindrical-coordinate representation of color #1158E1: hue angle of 219.52º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1158E1 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 88 225 -
CMYK 0.92 0.61 0 0.12
HSL 219.52º 0.86% 0.47% -
HSV(B) 219.52º 0.92% 0.88% -
XYZ 17.31 12.53 72.74 -
YUV 82.39 208.48 81.36 -
System Red Green Blue C M Y K H S L
Decimal 17 88 225 0.92 0.61 0 0.12 219.52 0.86 0.47
Hex 11 58 E1 5C 3D 0 C DC 56 2F
Octal 21 130 341 134 75 0 14 334 126 57
Binary 10001 1011000 11100001 1011100 111101 0 1100 11011100 1010110 101111

Color Harmonies of #1158E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1158E1

Black with #1158E1

Text Example


Text Example

White with #1158E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1158E1; }

 p { color: rgb(17,88,225); }

 H1.HeaderClassName
 {
   color: #1158E1;
 }
 .AnyTagClassName
 {
   color: #1158E1;
 }
</style>

background-color css

<style>
 a { background-color: #1158E1; }

 a { background-color: rgb(17,88,225); }

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

border-color css

<style>
 span { border-color: #1158E1; }

 span { border-color: rgb(17,88,225); }

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