#120F4B

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

Shades of Paua #120F4B

Tints of Paua #120F4B

Color information

#120F4B (or 0x120F4B) is unknown color: approx Paua. HEX triplet: 12, 0F and 4B. RGB value is (18,15,75). Sum of RGB (Red+Green+Blue) = 18+15+75=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #120F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F4B is #EDF0B4. Grayscale: #161616. Windows color (decimal): -15593653 or 4919058. OLE color: 4919058.

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

Color convert

RGB181575-
CMYK0.760.8000.71
HSL243º66.67%17.65%-
HSV(B)243º80%29.41%-
XYZ1.690.986.76-
YUV22.74157.49124.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 75 (29.69% from 255) = 69.44%
R=16.67%
G=13.89%
B=69.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1815750.760.8000.7124366.6717.65
Hex12F4B4C50047f34312
Octal2217113114120010736310322
Binary1001011111001011100110010100000100011111110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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