#120A43

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

Shades of Paua #120A43

Tints of Paua #120A43

Color information

#120A43 (or 0x120A43) is unknown color: approx Paua. HEX triplet: 12, 0A and 43. RGB value is (18,10,67). Sum of RGB (Red+Green+Blue) = 18+10+67=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 67 (26.56% from 255 or 70.53% from 95); Max value from RGB is 67 - color contains mainly: blue. Hex color #120A43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A43 is #EDF5BC. Grayscale: #121212. Windows color (decimal): -15594941 or 4393490. OLE color: 4393490.

HSL color Cylindrical-coordinate representation of color #120A43: hue angle of 248.42º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120A43 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB181067-
CMYK0.730.8500.74
HSL248.42º74.03%15.1%-
HSV(B)248.42º85.07%26.27%-
XYZ1.370.755.38-
YUV18.89155.15127.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 10 (4.30% from 255) = 10.53%
BLUE value IS 67 (26.56% from 255) = 70.53%
R=18.95%
G=10.53%
B=70.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1810670.730.8500.74248.4274.0315.1
Hex12A43495504Af84af
Octal2212103111125011237011217
Binary100101010100001110010011010101010010101111100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120A43; }

 p { color: rgb(18,10,67); }

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

<style>
 a { background-color: #120A43; }

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

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

<style>
 span { border-color: #120A43; }

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

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