#120A4B

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

Shades of Paua #120A4B

Tints of Paua #120A4B

Color information

#120A4B (or 0x120A4B) is unknown color: approx Paua. HEX triplet: 12, 0A and 4B. RGB value is (18,10,75). Sum of RGB (Red+Green+Blue) = 18+10+75=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #120A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A4B is #EDF5B4. Grayscale: #131313. Windows color (decimal): -15594933 or 4917778. OLE color: 4917778.

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

Color convert

RGB181075-
CMYK0.760.8700.71
HSL247.38º76.47%16.67%-
HSV(B)247.38º86.67%29.41%-
XYZ1.630.856.74-
YUV19.8159.15126.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 75 (29.69% from 255) = 72.82%
R=17.48%
G=9.71%
B=72.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1810750.760.8700.71247.3876.4716.67
Hex12A4B4C57047f74c11
Octal2212113114127010736711421
Binary1001010101001011100110010101110100011111110111100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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