#12144D

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

Shades of Paua #12144D

Tints of Paua #12144D

Color information

#12144D (or 0x12144D) is unknown color: approx Paua. HEX triplet: 12, 14 and 4D. RGB value is (18,20,77). Sum of RGB (Red+Green+Blue) = 18+20+77=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #12144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12144D is #EDEBB2. Grayscale: #191919. Windows color (decimal): -15592371 or 5051410. OLE color: 5051410.

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

Color convert

RGB182077-
CMYK0.770.7400.70
HSL237.97º62.11%18.63%-
HSV(B)237.97º76.62%30.2%-
XYZ1.841.167.15-
YUV25.9156.84122.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=15.65%
G=17.39%
B=66.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1820770.770.7400.70237.9762.1118.63
Hex12144D4D4A046ee3e13
Octal222411511511201063567623
Binary1001010100100110110011011001010010001101110111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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