#1167D3

Color #1167D3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1167D3

Tints of Navy Blue #1167D3

Color information

#1167D3 (or 0x1167D3) is unknown color: approx Navy Blue. HEX triplet: 11, 67 and D3. RGB value is (17,103,211). Sum of RGB (Red+Green+Blue) = 17+103+211=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #1167D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1167D3 is #EE982C. Grayscale: #595959. Windows color (decimal): -15636525 or 13854481. OLE color: 13854481.

HSL color Cylindrical-coordinate representation of color #1167D3: hue angle of 213.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1167D3 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17103211-
CMYK0.920.5100.17
HSL213.4º85.09%44.71%-
HSV(B)213.4º91.94%82.75%-
XYZ16.8414.5263.54-
YUV89.6196.5176.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.14%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 211 (82.81% from 255) = 63.75%
R=5.14%
G=31.12%
B=63.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171032110.920.5100.17213.485.0944.71
Hex1167D35C33011d5552d
Octal211473231346302132512555
Binary100011100111110100111011100110011010001110101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1167D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1167D3; }

 p { color: rgb(17,103,211); }

 H1.HeaderClassName
 {
   color: #1167D3;
 }
 .AnyTagClassName
 {
   color: #1167D3;
 }
</style>
background-color css

<style>
 a { background-color: #1167D3; }

 a { background-color: rgb(17,103,211); }

 div.DivClassName
 {
   background-color: #1167D3;
 }
 .BgClassName
 {
   background-color: #1167D3;
 }
</style>
border-color css

<style>
 span { border-color: #1167D3; }

 span { border-color: rgb(17,103,211); }

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