#10014C

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

Shades of Paua #10014C

Tints of Paua #10014C

Color information

#10014C (or 0x10014C) is unknown color: approx Paua. HEX triplet: 10, 01 and 4C. RGB value is (16,1,76). Sum of RGB (Red+Green+Blue) = 16+1+76=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #10014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10014C is #EFFEB3. Grayscale: #0D0D0D. Windows color (decimal): -15728308 or 4981008. OLE color: 4981008.

HSL color Cylindrical-coordinate representation of color #10014C: hue angle of 252º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10014C is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB16176-
CMYK0.790.9900.70
HSL252º97.4%15.1%-
HSV(B)252º98.68%29.8%-
XYZ1.530.656.88-
YUV14.04162.97129.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 76 (30.08% from 255) = 81.72%
R=17.20%
G=1.08%
B=81.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal161760.790.9900.7025297.415.1
Hex1014C4F63046fc61f
Octal201114117143010637414117
Binary100001100110010011111100011010001101111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10014C; }

 p { color: rgb(16,1,76); }

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

<style>
 a { background-color: #10014C; }

 a { background-color: rgb(16,1,76); }

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

<style>
 span { border-color: #10014C; }

 span { border-color: rgb(16,1,76); }

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