#120C41

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

Shades of Paua #120C41

Tints of Paua #120C41

Color information

#120C41 (or 0x120C41) is unknown color: approx Paua. HEX triplet: 12, 0C and 41. RGB value is (18,12,65). Sum of RGB (Red+Green+Blue) = 18+12+65=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #120C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C41 is #EDF3BE. Grayscale: #131313. Windows color (decimal): -15594431 or 4262930. OLE color: 4262930.

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

Color convert

RGB181265-
CMYK0.720.8200.75
HSL246.79º68.83%15.1%-
HSV(B)246.79º81.54%25.49%-
XYZ1.340.775.08-
YUV19.84153.49126.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=18.95%
G=12.63%
B=68.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1812650.720.8200.75246.7968.8315.1
Hex12C41485204Bf745f
Octal2214101110122011336710517
Binary100101100100000110010001010010010010111111011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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