#110B4A

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

Shades of Paua #110B4A

Tints of Paua #110B4A

Color information

#110B4A (or 0x110B4A) is unknown color: approx Paua. HEX triplet: 11, 0B and 4A. RGB value is (17,11,74). Sum of RGB (Red+Green+Blue) = 17+11+74=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #110B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B4A is #EEF4B5. Grayscale: #131313. Windows color (decimal): -15660214 or 4852497. OLE color: 4852497.

HSL color Cylindrical-coordinate representation of color #110B4A: hue angle of 245.71º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110B4A is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB171174-
CMYK0.770.8500.71
HSL245.71º74.12%16.67%-
HSV(B)245.71º85.14%29.02%-
XYZ1.590.856.56-
YUV19.98158.49125.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 74 (29.30% from 255) = 72.55%
R=16.67%
G=10.78%
B=72.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1711740.770.8500.71245.7174.1216.67
Hex11B4A4D55047f64a11
Octal2113112115125010736611221
Binary1000110111001010100110110101010100011111110110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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