#120738

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

Shades of Tolopea #120738

Tints of Tolopea #120738

Color information

#120738 (or 0x120738) is unknown color: approx Tolopea. HEX triplet: 12, 07 and 38. RGB value is (18,7,56). Sum of RGB (Red+Green+Blue) = 18+7+56=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #120738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120738 is #EDF8C7. Grayscale: #0F0F0F. Windows color (decimal): -15595720 or 3671826. OLE color: 3671826.

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

Color convert

RGB18756-
CMYK0.680.8800.78
HSL253.47º77.78%12.35%-
HSV(B)253.47º87.5%21.96%-
XYZ1.040.573.8-
YUV15.88150.64129.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 56 (22.27% from 255) = 69.14%
R=22.22%
G=8.64%
B=69.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal187560.680.8800.78253.4777.7812.35
Hex12738445804Efd4ec
Octal22770104130011637511614
Binary1001011111100010001001011000010011101111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120738; }

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

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

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

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

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

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

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

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