#10044F

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

Shades of Paua #10044F

Tints of Paua #10044F

Color information

#10044F (or 0x10044F) is unknown color: approx Paua. HEX triplet: 10, 04 and 4F. RGB value is (16,4,79). Sum of RGB (Red+Green+Blue) = 16+4+79=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #10044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10044F is #EFFBB0. Grayscale: #0F0F0F. Windows color (decimal): -15727537 or 5178384. OLE color: 5178384.

HSL color Cylindrical-coordinate representation of color #10044F: hue angle of 249.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10044F is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB16479-
CMYK0.800.9500.69
HSL249.6º90.36%16.27%-
HSV(B)249.6º94.94%30.98%-
XYZ1.670.767.46-
YUV16.14163.48127.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 79 (31.25% from 255) = 79.80%
R=16.16%
G=4.04%
B=79.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal164790.800.9500.69249.690.3616.27
Hex1044F505F045fa5a10
Octal204117120137010537213220
Binary100001001001111101000010111110100010111111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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