Html Css Color HEX #120631 Tolopea

📋 copy color: '#120631'

red 18 ◦ green 6 ◦ blue 49

#120631
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #120631

Tints of Tolopea #120631

RGB

 RED value IS 18 (7.42% from 255) = 24.66%

 GREEN value IS 6 (2.73% from 255) = 8.22%

 BLUE value IS 49 (19.53% from 255) = 67.12%

R = 24.66%
G = 8.22%
B = 67.12%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#120631 (or 0x120631) is known color: Tolopea. HEX triplet: 12, 06 and 31. RGB value is (18,6,49). Sum of RGB (Red+Green+Blue) = 18+6+49=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #120631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120631 is #EDF9CE. Grayscale: #0E0E0E. Windows color (decimal): -15595983 or 3212818. OLE color: 3212818.

HSL color Cylindrical-coordinate representation of color #120631: hue angle of 256.74º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120631 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 6 49 -
CMYK 0.63 0.88 0 0.81
HSL 256.74º 0.78% 0.11% -
HSV(B) 256.74º 0.88% 0.19% -
XYZ 0.87 0.48 2.95 -
YUV 14.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 18 6 49 0.63 0.88 0 0.81 256.74 0.78 0.11
Hex 12 6 31 3F 58 0 51 101 4E B
Octal 22 6 61 77 130 0 121 401 116 13
Binary 10010 110 110001 111111 1011000 0 1010001 100000001 1001110 1011

Color Harmonies of #120631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120631

Black with #120631

Text Example


Text Example

White with #120631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120631; }

 p { color: rgb(18,6,49); }

 H1.HeaderClassName
 {
   color: #120631;
 }
 .AnyTagClassName
 {
   color: #120631;
 }
</style>

background-color css

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

 a { background-color: rgb(18,6,49); }

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

border-color css

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

 span { border-color: rgb(18,6,49); }

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