#12134C

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

Shades of Paua #12134C

Tints of Paua #12134C

Color information

#12134C (or 0x12134C) is unknown color: approx Paua. HEX triplet: 12, 13 and 4C. RGB value is (18,19,76). Sum of RGB (Red+Green+Blue) = 18+19+76=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #12134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12134C is #EDECB3. Grayscale: #181818. Windows color (decimal): -15592628 or 4985618. OLE color: 4985618.

HSL color Cylindrical-coordinate representation of color #12134C: hue angle of 238.97º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12134C is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB181976-
CMYK0.760.7500.70
HSL238.97º61.7%18.43%-
HSV(B)238.97º76.32%29.8%-
XYZ1.791.126.96-
YUV25.2156.67122.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=15.93%
G=16.81%
B=67.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1819760.760.7500.70238.9761.718.43
Hex12134C4C4B046ef3e12
Octal222311411411301063577622
Binary1001010011100110010011001001011010001101110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12134C; }

 p { color: rgb(18,19,76); }

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

<style>
 a { background-color: #12134C; }

 a { background-color: rgb(18,19,76); }

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

<style>
 span { border-color: #12134C; }

 span { border-color: rgb(18,19,76); }

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