Html Css Color HEX #120239 Tolopea

📋 copy color: '#120239'

red 18 ◦ green 2 ◦ blue 57

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

Shades of Tolopea #120239

Tints of Tolopea #120239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

 BLUE value IS 57 (22.66% from 255) = 74.03%

R = 23.38%
G = 2.6%
B = 74.03%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120239 (or 0x120239) is known color: Tolopea. HEX triplet: 12, 02 and 39. RGB value is (18,2,57). Sum of RGB (Red+Green+Blue) = 18+2+57=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #120239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120239 is #EDFDC6. Grayscale: #0C0C0C. Windows color (decimal): -15596999 or 3736082. OLE color: 3736082.

HSL color Cylindrical-coordinate representation of color #120239: hue angle of 257.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120239 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 2 57 -
CMYK 0.68 0.96 0 0.78
HSL 257.45º 0.93% 0.12% -
HSV(B) 257.45º 0.96% 0.22% -
XYZ 1.01 0.47 3.91 -
YUV 13.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 18 2 57 0.68 0.96 0 0.78 257.45 0.93 0.12
Hex 12 2 39 44 60 0 4E 101 5D C
Octal 22 2 71 104 140 0 116 401 135 14
Binary 10010 10 111001 1000100 1100000 0 1001110 100000001 1011101 1100

Color Harmonies of #120239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120239

Black with #120239

Text Example


Text Example

White with #120239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120239; }

 p { color: rgb(18,2,57); }

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

background-color css

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

 a { background-color: rgb(18,2,57); }

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

border-color css

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

 span { border-color: rgb(18,2,57); }

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