#120938

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

Shades of Tolopea #120938

Tints of Tolopea #120938

Color information

#120938 (or 0x120938) is unknown color: approx Tolopea. HEX triplet: 12, 09 and 38. RGB value is (18,9,56). Sum of RGB (Red+Green+Blue) = 18+9+56=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #120938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120938 is #EDF6C7. Grayscale: #101010. Windows color (decimal): -15595208 or 3672338. OLE color: 3672338.

HSL color Cylindrical-coordinate representation of color #120938: hue angle of 251.49º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120938 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB18956-
CMYK0.680.8400.78
HSL251.49º72.31%12.75%-
HSV(B)251.49º83.93%21.96%-
XYZ1.060.613.8-
YUV17.05149.98128.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 56 (22.27% from 255) = 67.47%
R=21.69%
G=10.84%
B=67.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal189560.680.8400.78251.4972.3112.75
Hex12938445404Efb48d
Octal221170104124011637311015
Binary10010100111100010001001010100010011101111101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120938; }

 p { color: rgb(18,9,56); }

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

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

 a { background-color: rgb(18,9,56); }

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

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

 span { border-color: rgb(18,9,56); }

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