#120D41

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

Shades of Paua #120D41

Tints of Paua #120D41

Color information

#120D41 (or 0x120D41) is unknown color: approx Paua. HEX triplet: 12, 0D and 41. RGB value is (18,13,65). Sum of RGB (Red+Green+Blue) = 18+13+65=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #120D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D41 is #EDF2BE. Grayscale: #141414. Windows color (decimal): -15594175 or 4263186. OLE color: 4263186.

HSL color Cylindrical-coordinate representation of color #120D41: hue angle of 245.77º degrees, saturation: 0.67, 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 #120D41 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181365-
CMYK0.720.8000.75
HSL245.77º66.67%15.29%-
HSV(B)245.77º80%25.49%-
XYZ1.350.85.08-
YUV20.42153.16126.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 65 (25.78% from 255) = 67.71%
R=18.75%
G=13.54%
B=67.71%

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
Decimal1813650.720.8000.75245.7766.6715.29
Hex12D41485004Bf643f
Octal2215101110120011336610317
Binary100101101100000110010001010000010010111111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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