#120833

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

Shades of Tolopea #120833

Tints of Tolopea #120833

Color information

#120833 (or 0x120833) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 33. RGB value is (18,8,51). Sum of RGB (Red+Green+Blue) = 18+8+51=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #120833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120833 is #EDF7CC. Grayscale: #0F0F0F. Windows color (decimal): -15595469 or 3344402. OLE color: 3344402.

HSL color Cylindrical-coordinate representation of color #120833: hue angle of 253.95º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120833 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB18851-
CMYK0.650.8400.8
HSL253.95º72.88%11.57%-
HSV(B)253.95º84.31%20%-
XYZ0.930.543.19-
YUV15.89147.81129.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 51 (20.31% from 255) = 66.23%
R=23.38%
G=10.39%
B=66.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal188510.650.8400.8253.9572.8811.57
Hex128334154050fe49c
Octal221063101124012037611114
Binary10010100011001110000011010100010100001111111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120833; }

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

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

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

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

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

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

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

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