#110B3F

Color #110B3F Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #110B3F

Tints of Paua #110B3F

Color information

#110B3F (or 0x110B3F) is unknown color: approx Paua. HEX triplet: 11, 0B and 3F. RGB value is (17,11,63). Sum of RGB (Red+Green+Blue) = 17+11+63=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #110B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B3F is #EEF4C0. Grayscale: #121212. Windows color (decimal): -15660225 or 4131601. OLE color: 4131601.

HSL color Cylindrical-coordinate representation of color #110B3F: hue angle of 246.92º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110B3F is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB171163-
CMYK0.730.8300.75
HSL246.92º70.27%14.51%-
HSV(B)246.92º82.54%24.71%-
XYZ1.250.724.78-
YUV18.72152.99126.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 63 (25% from 255) = 69.23%
R=18.68%
G=12.09%
B=69.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1711630.730.8300.75246.9270.2714.51
Hex11B3F495304Bf746f
Octal211377111123011336710617
Binary10001101111111110010011010011010010111111011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110B3F; }

 p { color: rgb(17,11,63); }

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

<style>
 a { background-color: #110B3F; }

 a { background-color: rgb(17,11,63); }

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

<style>
 span { border-color: #110B3F; }

 span { border-color: rgb(17,11,63); }

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