#12144C

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

Shades of Paua #12144C

Tints of Paua #12144C

Color information

#12144C (or 0x12144C) is unknown color: approx Paua. HEX triplet: 12, 14 and 4C. RGB value is (18,20,76). Sum of RGB (Red+Green+Blue) = 18+20+76=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #12144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12144C is #EDEBB3. Grayscale: #191919. Windows color (decimal): -15592372 or 4985874. OLE color: 4985874.

HSL color Cylindrical-coordinate representation of color #12144C: hue angle of 237.93º 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 #12144C is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182076-
CMYK0.760.7400.70
HSL237.93º61.7%18.43%-
HSV(B)237.93º76.32%29.8%-
XYZ1.81.156.96-
YUV25.79156.34122.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 76 (30.08% from 255) = 66.67%
R=15.79%
G=17.54%
B=66.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1820760.760.7400.70237.9361.718.43
Hex12144C4C4A046ee3e12
Octal222411411411201063567622
Binary1001010100100110010011001001010010001101110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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