#10034A

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

Shades of Paua #10034A

Tints of Paua #10034A

Color information

#10034A (or 0x10034A) is unknown color: approx Paua. HEX triplet: 10, 03 and 4A. RGB value is (16,3,74). Sum of RGB (Red+Green+Blue) = 16+3+74=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #10034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10034A is #EFFCB5. Grayscale: #0E0E0E. Windows color (decimal): -15727798 or 4850448. OLE color: 4850448.

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

Color convert

RGB16374-
CMYK0.780.9600.71
HSL250.99º92.21%15.1%-
HSV(B)250.99º95.95%29.02%-
XYZ1.480.676.53-
YUV14.98161.31128.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 74 (29.30% from 255) = 79.57%
R=17.20%
G=3.23%
B=79.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal163740.780.9600.71250.9992.2115.1
Hex1034A4E60047fb5cf
Octal203112116140010737313417
Binary1000011100101010011101100000010001111111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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