Html Css Color HEX #120635 Tolopea

📋 copy color: '#120635'

red 18 ◦ green 6 ◦ blue 53

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

Shades of Tolopea #120635

Tints of Tolopea #120635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 68.83%

R = 23.38%
G = 7.79%
B = 68.83%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#120635 (or 0x120635) is known color: Tolopea. HEX triplet: 12, 06 and 35. RGB value is (18,6,53). Sum of RGB (Red+Green+Blue) = 18+6+53=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #120635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120635 is #EDF9CA. Grayscale: #0E0E0E. Windows color (decimal): -15595979 or 3474962. OLE color: 3474962.

HSL color Cylindrical-coordinate representation of color #120635: hue angle of 255.32º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120635 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 6 53 -
CMYK 0.66 0.89 0 0.79
HSL 255.32º 0.8% 0.12% -
HSV(B) 255.32º 0.89% 0.21% -
XYZ 0.96 0.52 3.42 -
YUV 14.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 18 6 53 0.66 0.89 0 0.79 255.32 0.8 0.12
Hex 12 6 35 42 59 0 4F FF 50 C
Octal 22 6 65 102 131 0 117 377 120 14
Binary 10010 110 110101 1000010 1011001 0 1001111 11111111 1010000 1100

Color Harmonies of #120635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120635

Black with #120635

Text Example


Text Example

White with #120635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120635; }

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

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

background-color css

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

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

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

border-color css

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

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

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