#11067A

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

Shades of Navy #11067A

Tints of Navy #11067A

Color information

#11067A (or 0x11067A) is unknown color: approx Navy. HEX triplet: 11, 06 and 7A. RGB value is (17,6,122). Sum of RGB (Red+Green+Blue) = 17+6+122=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #11067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11067A is #EEF985. Grayscale: #161616. Windows color (decimal): -15661446 or 7996945. OLE color: 7996945.

HSL color Cylindrical-coordinate representation of color #11067A: hue angle of 245.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11067A is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB176122-
CMYK0.860.9500.52
HSL245.69º90.62%25.1%-
HSV(B)245.69º95.08%47.84%-
XYZ3.811.6518.53-
YUV22.51184.14124.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=11.72%
G=4.14%
B=84.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1761220.860.9500.52245.6990.6225.1
Hex1167A565F034f65b19
Octal21617212613706436613331
Binary10001110111101010101101011111011010011110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11067A; }

 p { color: rgb(17,6,122); }

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

<style>
 a { background-color: #11067A; }

 a { background-color: rgb(17,6,122); }

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

<style>
 span { border-color: #11067A; }

 span { border-color: rgb(17,6,122); }

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