Html Css Color HEX #120B3F Tolopea

📋 copy color: '#120B3F'

red 18 ◦ green 11 ◦ blue 63

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

Shades of Tolopea #120B3F

Tints of Tolopea #120B3F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.96%

 BLUE value IS 63 (25% from 255) = 68.48%

R = 19.57%
G = 11.96%
B = 68.48%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#120B3F (or 0x120B3F) is known color: Tolopea. HEX triplet: 12, 0B and 3F. RGB value is (18,11,63). Sum of RGB (Red+Green+Blue) = 18+11+63=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #120B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B3F is #EDF4C0. Grayscale: #121212. Windows color (decimal): -15594689 or 4131602. OLE color: 4131602.

HSL color Cylindrical-coordinate representation of color #120B3F: hue angle of 248.08º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120B3F is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 11 63 -
CMYK 0.71 0.83 0 0.75
HSL 248.08º 0.7% 0.15% -
HSV(B) 248.08º 0.83% 0.25% -
XYZ 1.27 0.73 4.78 -
YUV 19.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 18 11 63 0.71 0.83 0 0.75 248.08 0.7 0.15
Hex 12 B 3F 47 53 0 4B F8 46 F
Octal 22 13 77 107 123 0 113 370 106 17
Binary 10010 1011 111111 1000111 1010011 0 1001011 11111000 1000110 1111

Color Harmonies of #120B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B3F

Black with #120B3F

Text Example


Text Example

White with #120B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120B3F; }

 p { color: rgb(18,11,63); }

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

background-color css

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

 a { background-color: rgb(18,11,63); }

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

border-color css

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

 span { border-color: rgb(18,11,63); }

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