#120D40

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

Shades of Paua #120D40

Tints of Paua #120D40

Color information

#120D40 (or 0x120D40) is unknown color: approx Paua. HEX triplet: 12, 0D and 40. RGB value is (18,13,64). Sum of RGB (Red+Green+Blue) = 18+13+64=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #120D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D40 is #EDF2BF. Grayscale: #141414. Windows color (decimal): -15594176 or 4197650. OLE color: 4197650.

HSL color Cylindrical-coordinate representation of color #120D40: hue angle of 245.88º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120D40 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181364-
CMYK0.720.8000.75
HSL245.88º66.23%15.1%-
HSV(B)245.88º79.69%25.1%-
XYZ1.320.794.93-
YUV20.31152.66126.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 64 (25.39% from 255) = 67.37%
R=18.95%
G=13.68%
B=67.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1813640.720.8000.75245.8866.2315.1
Hex12D40485004Bf642f
Octal2215100110120011336610217
Binary100101101100000010010001010000010010111111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,64); }

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

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

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

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

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

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

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