#10104F

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

Shades of Paua #10104F

Tints of Paua #10104F

Color information

#10104F (or 0x10104F) is unknown color: approx Paua. HEX triplet: 10, 10 and 4F. RGB value is (16,16,79). Sum of RGB (Red+Green+Blue) = 16+16+79=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #10104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10104F is #EFEFB0. Grayscale: #161616. Windows color (decimal): -15724465 or 5181456. OLE color: 5181456.

HSL color Cylindrical-coordinate representation of color #10104F: hue angle of 240º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10104F is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB161679-
CMYK0.800.8000.69
HSL240º66.32%18.63%-
HSV(B)240º79.75%30.98%-
XYZ1.811.057.5-
YUV23.18159.5122.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=14.41%
G=14.41%
B=71.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1616790.800.8000.6924066.3218.63
Hex10104F5050045f04213
Octal2020117120120010536010223
Binary10000100001001111101000010100000100010111110000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10104F; }

 p { color: rgb(16,16,79); }

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

<style>
 a { background-color: #10104F; }

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

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

<style>
 span { border-color: #10104F; }

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

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