#120838

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

Shades of Tolopea #120838

Tints of Tolopea #120838

Color information

#120838 (or 0x120838) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 38. RGB value is (18,8,56). Sum of RGB (Red+Green+Blue) = 18+8+56=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #120838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120838 is #EDF7C7. Grayscale: #101010. Windows color (decimal): -15595464 or 3672082. OLE color: 3672082.

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

Color convert

RGB18856-
CMYK0.680.8600.78
HSL252.5º75%12.55%-
HSV(B)252.5º85.71%21.96%-
XYZ1.050.593.8-
YUV16.46150.31129.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=21.95%
G=9.76%
B=68.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal188560.680.8600.78252.57512.55
Hex12838445604Efc4bd
Octal221070104126011637411315
Binary10010100011100010001001010110010011101111110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120838; }

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

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

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

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

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

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

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

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