Html Css Color HEX #1162DB Navy Blue

📋 copy color: '#1162DB'

red 17 ◦ green 98 ◦ blue 219

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

Shades of Navy Blue #1162DB

Tints of Navy Blue #1162DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

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

R = 5.09%
G = 29.34%
B = 65.57%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1162DB (or 0x1162DB) is known color: Navy Blue. HEX triplet: 11, 62 and DB. RGB value is (17,98,219). Sum of RGB (Red+Green+Blue) = 17+98+219=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #1162DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1162DB is #EE9D24. Grayscale: #575757. Windows color (decimal): -15637797 or 14377489. OLE color: 14377489.

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

Color convert

RGB 17 98 219 -
CMYK 0.92 0.55 0 0.14
HSL 215.94º 0.86% 0.46% -
HSV(B) 215.94º 0.92% 0.86% -
XYZ 17.39 13.97 68.8 -
YUV 87.58 202.16 77.66 -
System Red Green Blue C M Y K H S L
Decimal 17 98 219 0.92 0.55 0 0.14 215.94 0.86 0.46
Hex 11 62 DB 5C 37 0 E D8 56 2E
Octal 21 142 333 134 67 0 16 330 126 56
Binary 10001 1100010 11011011 1011100 110111 0 1110 11011000 1010110 101110

Color Harmonies of #1162DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1162DB

Black with #1162DB

Text Example


Text Example

White with #1162DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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