#10134E

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

Shades of Paua #10134E

Tints of Paua #10134E

Color information

#10134E (or 0x10134E) is unknown color: approx Paua. HEX triplet: 10, 13 and 4E. RGB value is (16,19,78). Sum of RGB (Red+Green+Blue) = 16+19+78=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #10134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10134E is #EFECB1. Grayscale: #181818. Windows color (decimal): -15723698 or 5116688. OLE color: 5116688.

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

Color convert

RGB161978-
CMYK0.790.7600.69
HSL237.1º65.96%18.43%-
HSV(B)237.1º79.49%30.59%-
XYZ1.821.137.33-
YUV24.83158.01121.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 78 (30.86% from 255) = 69.03%
R=14.16%
G=16.81%
B=69.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1619780.790.7600.69237.165.9618.43
Hex10134E4F4C045ed4212
Octal2023116117114010535510222
Binary10000100111001110100111110011000100010111101101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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