#12114D

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

Shades of Paua #12114D

Tints of Paua #12114D

Color information

#12114D (or 0x12114D) is unknown color: approx Paua. HEX triplet: 12, 11 and 4D. RGB value is (18,17,77). Sum of RGB (Red+Green+Blue) = 18+17+77=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #12114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12114D is #EDEEB2. Grayscale: #171717. Windows color (decimal): -15593139 or 5050642. OLE color: 5050642.

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

Color convert

RGB181777-
CMYK0.770.7800.70
HSL241º63.83%18.43%-
HSV(B)241º77.92%30.2%-
XYZ1.791.077.13-
YUV24.14157.83123.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 77 (30.47% from 255) = 68.75%
R=16.07%
G=15.18%
B=68.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1817770.770.7800.7024163.8318.43
Hex12114D4D4E046f14012
Octal2221115115116010636110022
Binary10010100011001101100110110011100100011011110001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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