#120C40

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

Shades of Paua #120C40

Tints of Paua #120C40

Color information

#120C40 (or 0x120C40) is unknown color: approx Paua. HEX triplet: 12, 0C and 40. RGB value is (18,12,64). Sum of RGB (Red+Green+Blue) = 18+12+64=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #120C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C40 is #EDF3BF. Grayscale: #131313. Windows color (decimal): -15594432 or 4197394. OLE color: 4197394.

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

Color convert

RGB181264-
CMYK0.720.8100.75
HSL246.92º68.42%14.9%-
HSV(B)246.92º81.25%25.1%-
XYZ1.310.764.93-
YUV19.72152.99126.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 64 (25.39% from 255) = 68.09%
R=19.15%
G=12.77%
B=68.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1812640.720.8100.75246.9268.4214.9
Hex12C40485104Bf744f
Octal2214100110121011336710417
Binary100101100100000010010001010001010010111111011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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