#120D3F

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

Shades of Paua #120D3F

Tints of Paua #120D3F

Color information

#120D3F (or 0x120D3F) is unknown color: approx Paua. HEX triplet: 12, 0D and 3F. RGB value is (18,13,63). Sum of RGB (Red+Green+Blue) = 18+13+63=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #120D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D3F is #EDF2C0. Grayscale: #141414. Windows color (decimal): -15594177 or 4132114. OLE color: 4132114.

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

Color convert

RGB181363-
CMYK0.710.7900.75
HSL246º65.79%14.9%-
HSV(B)246º79.37%24.71%-
XYZ1.290.784.78-
YUV20.2152.16126.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 63 (25% from 255) = 67.02%
R=19.15%
G=13.83%
B=67.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1813630.710.7900.7524665.7914.9
Hex12D3F474F04Bf642f
Octal221577107117011336610217
Binary10010110111111110001111001111010010111111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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