#120B3A

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

Shades of Tolopea #120B3A

Tints of Tolopea #120B3A

Color information

#120B3A (or 0x120B3A) is unknown color: approx Tolopea. HEX triplet: 12, 0B and 3A. RGB value is (18,11,58). Sum of RGB (Red+Green+Blue) = 18+11+58=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #120B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B3A is #EDF4C5. Grayscale: #121212. Windows color (decimal): -15594694 or 3803922. OLE color: 3803922.

HSL color Cylindrical-coordinate representation of color #120B3A: hue angle of 248.94º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #120B3A is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB181158-
CMYK0.690.8100.77
HSL248.94º68.12%13.53%-
HSV(B)248.94º81.03%22.75%-
XYZ1.130.674.07-
YUV18.45150.32127.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 11 (4.69% from 255) = 12.64%
BLUE value IS 58 (23.05% from 255) = 66.67%
R=20.69%
G=12.64%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1811580.690.8100.77248.9468.1213.53
Hex12B3A455104Df944e
Octal221372105121011537110416
Binary10010101111101010001011010001010011011111100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,11,58); }

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

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

 a { background-color: rgb(18,11,58); }

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

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

 span { border-color: rgb(18,11,58); }

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