#10124D

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

Shades of Paua #10124D

Tints of Paua #10124D

Color information

#10124D (or 0x10124D) is unknown color: approx Paua. HEX triplet: 10, 12 and 4D. RGB value is (16,18,77). Sum of RGB (Red+Green+Blue) = 16+18+77=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #10124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10124D is #EFEDB2. Grayscale: #171717. Windows color (decimal): -15723955 or 5050896. OLE color: 5050896.

HSL color Cylindrical-coordinate representation of color #10124D: hue angle of 238.03º degrees, saturation: 0.66, 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 #10124D is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB161877-
CMYK0.790.7700.70
HSL238.03º65.59%18.24%-
HSV(B)238.03º79.22%30.2%-
XYZ1.771.087.14-
YUV24.13157.84122.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=14.41%
G=16.22%
B=69.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1618770.790.7700.70238.0365.5918.24
Hex10124D4F4D046ee4212
Octal2022115117115010635610222
Binary10000100101001101100111110011010100011011101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10124D; }

 p { color: rgb(16,18,77); }

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

<style>
 a { background-color: #10124D; }

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

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

<style>
 span { border-color: #10124D; }

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

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