#10114C

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

Shades of Paua #10114C

Tints of Paua #10114C

Color information

#10114C (or 0x10114C) is unknown color: approx Paua. HEX triplet: 10, 11 and 4C. RGB value is (16,17,76). Sum of RGB (Red+Green+Blue) = 16+17+76=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #10114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10114C is #EFEEB3. Grayscale: #171717. Windows color (decimal): -15724212 or 4985104. OLE color: 4985104.

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

Color convert

RGB161776-
CMYK0.790.7800.70
HSL239º65.22%18.04%-
HSV(B)239º78.95%29.8%-
XYZ1.721.036.95-
YUV23.43157.67122.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 76 (30.08% from 255) = 69.72%
R=14.68%
G=15.60%
B=69.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1617760.790.7800.7023965.2218.04
Hex10114C4F4E046ef4112
Octal2021114117116010635710122
Binary10000100011001100100111110011100100011011101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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