#10114F

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

Shades of Paua #10114F

Tints of Paua #10114F

Color information

#10114F (or 0x10114F) is unknown color: approx Paua. HEX triplet: 10, 11 and 4F. RGB value is (16,17,79). Sum of RGB (Red+Green+Blue) = 16+17+79=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #10114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10114F is #EFEEB0. Grayscale: #171717. Windows color (decimal): -15724209 or 5181712. OLE color: 5181712.

HSL color Cylindrical-coordinate representation of color #10114F: hue angle of 239.05º 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 #10114F is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB161779-
CMYK0.800.7800.69
HSL239.05º66.32%18.63%-
HSV(B)239.05º79.75%30.98%-
XYZ1.831.087.51-
YUV23.77159.17122.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=14.29%
G=15.18%
B=70.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1617790.800.7800.69239.0566.3218.63
Hex10114F504E045ef4213
Octal2021117120116010535710223
Binary10000100011001111101000010011100100010111101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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