#12124A

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

Shades of Paua #12124A

Tints of Paua #12124A

Color information

#12124A (or 0x12124A) is unknown color: approx Paua. HEX triplet: 12, 12 and 4A. RGB value is (18,18,74). Sum of RGB (Red+Green+Blue) = 18+18+74=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #12124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12124A is #EDEDB5. Grayscale: #181818. Windows color (decimal): -15592886 or 4854290. OLE color: 4854290.

HSL color Cylindrical-coordinate representation of color #12124A: hue angle of 240º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12124A is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB181874-
CMYK0.760.7600.71
HSL240º60.87%18.04%-
HSV(B)240º75.68%29.02%-
XYZ1.71.066.59-
YUV24.38156123.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 74 (29.30% from 255) = 67.27%
R=16.36%
G=16.36%
B=67.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1818740.760.7600.7124060.8718.04
Hex12124A4C4C047f03d12
Octal222211211411401073607522
Binary1001010010100101010011001001100010001111111000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12124A; }

 p { color: rgb(18,18,74); }

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

<style>
 a { background-color: #12124A; }

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

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

<style>
 span { border-color: #12124A; }

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

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