#10054A

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

Shades of Paua #10054A

Tints of Paua #10054A

Color information

#10054A (or 0x10054A) is unknown color: approx Paua. HEX triplet: 10, 05 and 4A. RGB value is (16,5,74). Sum of RGB (Red+Green+Blue) = 16+5+74=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #10054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10054A is #EFFAB5. Grayscale: #0F0F0F. Windows color (decimal): -15727286 or 4850960. OLE color: 4850960.

HSL color Cylindrical-coordinate representation of color #10054A: hue angle of 249.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10054A is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16574-
CMYK0.780.9300.71
HSL249.57º87.34%15.49%-
HSV(B)249.57º93.24%29.02%-
XYZ1.50.716.54-
YUV16.16160.64127.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 74 (29.30% from 255) = 77.89%
R=16.84%
G=5.26%
B=77.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal165740.780.9300.71249.5787.3415.49
Hex1054A4E5D047fa57f
Octal205112116135010737212717
Binary10000101100101010011101011101010001111111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,5,74); }

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

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

 a { background-color: rgb(16,5,74); }

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

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

 span { border-color: rgb(16,5,74); }

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