Html Css Color HEX #120630 Tolopea

📋 copy color: '#120630'

red 18 ◦ green 6 ◦ blue 48

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

Shades of Tolopea #120630

Tints of Tolopea #120630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 25%
G = 8.33%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#120630 (or 0x120630) is known color: Tolopea. HEX triplet: 12, 06 and 30. RGB value is (18,6,48). Sum of RGB (Red+Green+Blue) = 18+6+48=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #120630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120630 is #EDF9CF. Grayscale: #0E0E0E. Windows color (decimal): -15595984 or 3147282. OLE color: 3147282.

HSL color Cylindrical-coordinate representation of color #120630: hue angle of 257.14º 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 #120630 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 6 48 -
CMYK 0.63 0.87 0 0.81
HSL 257.14º 0.78% 0.11% -
HSV(B) 257.14º 0.88% 0.19% -
XYZ 0.85 0.47 2.84 -
YUV 14.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 18 6 48 0.63 0.87 0 0.81 257.14 0.78 0.11
Hex 12 6 30 3F 57 0 51 101 4E B
Octal 22 6 60 77 127 0 121 401 116 13
Binary 10010 110 110000 111111 1010111 0 1010001 100000001 1001110 1011

Color Harmonies of #120630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120630

Black with #120630

Text Example


Text Example

White with #120630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120630; }

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

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

background-color css

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

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

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

border-color css

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

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

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