#120238

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

Shades of Tolopea #120238

Tints of Tolopea #120238

Color information

#120238 (or 0x120238) is unknown color: approx Tolopea. HEX triplet: 12, 02 and 38. RGB value is (18,2,56). Sum of RGB (Red+Green+Blue) = 18+2+56=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #120238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120238 is #EDFDC7. Grayscale: #0C0C0C. Windows color (decimal): -15597000 or 3670546. OLE color: 3670546.

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

Color convert

RGB18256-
CMYK0.680.9600.78
HSL257.78º93.1%11.37%-
HSV(B)257.78º96.43%21.96%-
XYZ0.980.463.78-
YUV12.94152.3131.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 56 (22.27% from 255) = 73.68%
R=23.68%
G=2.63%
B=73.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal182560.680.9600.78257.7893.111.37
Hex12238446004E1025db
Octal22270104140011640213513
Binary1001010111000100010011000000100111010000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120238; }

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

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

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

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

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

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

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

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