#10044A

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

Shades of Paua #10044A

Tints of Paua #10044A

Color information

#10044A (or 0x10044A) is unknown color: approx Paua. HEX triplet: 10, 04 and 4A. RGB value is (16,4,74). Sum of RGB (Red+Green+Blue) = 16+4+74=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #10044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10044A is #EFFBB5. Grayscale: #0F0F0F. Windows color (decimal): -15727542 or 4850704. OLE color: 4850704.

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

Color convert

RGB16474-
CMYK0.780.9500.71
HSL250.29º89.74%15.29%-
HSV(B)250.29º94.59%29.02%-
XYZ1.490.696.53-
YUV15.57160.98128.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=17.02%
G=4.26%
B=78.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal164740.780.9500.71250.2989.7415.29
Hex1044A4E5F047fa5af
Octal204112116137010737213217
Binary10000100100101010011101011111010001111111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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