Html Css Color HEX #1168DB Navy Blue

📋 copy color: '#1168DB'

red 17 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #1168DB

Tints of Navy Blue #1168DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 5%
G = 30.59%
B = 64.41%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1168DB (or 0x1168DB) is known color: Navy Blue. HEX triplet: 11, 68 and DB. RGB value is (17,104,219). Sum of RGB (Red+Green+Blue) = 17+104+219=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1168DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168DB is #EE9724. Grayscale: #5A5A5A. Windows color (decimal): -15636261 or 14379025. OLE color: 14379025.

HSL color Cylindrical-coordinate representation of color #1168DB: hue angle of 214.16º 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 #1168DB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 104 219 -
CMYK 0.92 0.53 0 0.14
HSL 214.16º 0.86% 0.46% -
HSV(B) 214.16º 0.92% 0.86% -
XYZ 17.97 15.13 68.99 -
YUV 91.1 200.18 75.15 -
System Red Green Blue C M Y K H S L
Decimal 17 104 219 0.92 0.53 0 0.14 214.16 0.86 0.46
Hex 11 68 DB 5C 35 0 E D6 56 2E
Octal 21 150 333 134 65 0 16 326 126 56
Binary 10001 1101000 11011011 1011100 110101 0 1110 11010110 1010110 101110

Color Harmonies of #1168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168DB

Black with #1168DB

Text Example


Text Example

White with #1168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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