Html Css Color HEX #120833 Tolopea

📋 copy color: '#120833'

red 18 ◦ green 8 ◦ blue 51

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

Shades of Tolopea #120833

Tints of Tolopea #120833

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 value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#120833 (or 0x120833) is known color: 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

RGB 18 8 51 -
CMYK 0.65 0.84 0 0.8
HSL 253.95º 0.73% 0.12% -
HSV(B) 253.95º 0.84% 0.2% -
XYZ 0.93 0.54 3.19 -
YUV 15.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 18 8 51 0.65 0.84 0 0.8 253.95 0.73 0.12
Hex 12 8 33 41 54 0 50 FE 49 C
Octal 22 10 63 101 124 0 120 376 111 14
Binary 10010 1000 110011 1000001 1010100 0 1010000 11111110 1001001 1100

Color Harmonies of #120833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120833

Black with #120833

Text Example


Text Example

White with #120833

Text Example


Text Example

HTML Codes & Css Web 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>