#10014E

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

Shades of Paua #10014E

Tints of Paua #10014E

Color information

#10014E (or 0x10014E) is unknown color: approx Paua. HEX triplet: 10, 01 and 4E. RGB value is (16,1,78). Sum of RGB (Red+Green+Blue) = 16+1+78=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #10014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10014E is #EFFEB1. Grayscale: #0D0D0D. Windows color (decimal): -15728306 or 5112080. OLE color: 5112080.

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

Color convert

RGB16178-
CMYK0.790.9900.69
HSL251.69º97.47%15.49%-
HSV(B)251.69º98.72%30.59%-
XYZ1.60.687.26-
YUV14.26163.97129.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 78 (30.86% from 255) = 82.11%
R=16.84%
G=1.05%
B=82.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal161780.790.9900.69251.6997.4715.49
Hex1014E4F63045fc61f
Octal201116117143010537414117
Binary100001100111010011111100011010001011111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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