#11054B

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

Shades of Paua #11054B

Tints of Paua #11054B

Color information

#11054B (or 0x11054B) is unknown color: approx Paua. HEX triplet: 11, 05 and 4B. RGB value is (17,5,75). Sum of RGB (Red+Green+Blue) = 17+5+75=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #11054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11054B is #EEFAB4. Grayscale: #101010. Windows color (decimal): -15661749 or 4916497. OLE color: 4916497.

HSL color Cylindrical-coordinate representation of color #11054B: hue angle of 250.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11054B is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17575-
CMYK0.770.9300.71
HSL250.29º87.5%15.69%-
HSV(B)250.29º93.33%29.41%-
XYZ1.560.746.72-
YUV16.57160.98128.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 75 (29.69% from 255) = 77.32%
R=17.53%
G=5.15%
B=77.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175750.770.9300.71250.2987.515.69
Hex1154B4D5D047fa5810
Octal215113115135010737213020
Binary100011011001011100110110111010100011111111010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11054B; }

 p { color: rgb(17,5,75); }

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

<style>
 a { background-color: #11054B; }

 a { background-color: rgb(17,5,75); }

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

<style>
 span { border-color: #11054B; }

 span { border-color: rgb(17,5,75); }

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