Html Css Color HEX #1158DB Navy Blue

📋 copy color: '#1158DB'

red 17 ◦ green 88 ◦ blue 219

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

Shades of Navy Blue #1158DB

Tints of Navy Blue #1158DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 5.25%
G = 27.16%
B = 67.59%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1158DB (or 0x1158DB) is known color: Navy Blue. HEX triplet: 11, 58 and DB. RGB value is (17,88,219). Sum of RGB (Red+Green+Blue) = 17+88+219=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #1158DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158DB is #EEA724. Grayscale: #515151. Windows color (decimal): -15640357 or 14374929. OLE color: 14374929.

HSL color Cylindrical-coordinate representation of color #1158DB: hue angle of 218.91º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1158DB is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 88 219 -
CMYK 0.92 0.60 0 0.14
HSL 218.91º 0.86% 0.46% -
HSV(B) 218.91º 0.92% 0.86% -
XYZ 16.51 12.21 68.51 -
YUV 81.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 17 88 219 0.92 0.60 0 0.14 218.91 0.86 0.46
Hex 11 58 DB 5C 3C 0 E DB 56 2E
Octal 21 130 333 134 74 0 16 333 126 56
Binary 10001 1011000 11011011 1011100 111100 0 1110 11011011 1010110 101110

Color Harmonies of #1158DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1158DB

Black with #1158DB

Text Example


Text Example

White with #1158DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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