Html Css Color HEX #121750 Lucky Point

📋 copy color: '#121750'

red 18 ◦ green 23 ◦ blue 80

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

Shades of Lucky Point #121750

Tints of Lucky Point #121750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 80 (31.64% from 255) = 66.12%

R = 14.88%
G = 19.01%
B = 66.12%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121750 (or 0x121750) is known color: Lucky Point. HEX triplet: 12, 17 and 50. RGB value is (18,23,80). Sum of RGB (Red+Green+Blue) = 18+23+80=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #121750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121750 is #EDE8AF. Grayscale: #1B1B1B. Windows color (decimal): -15591600 or 5248786. OLE color: 5248786.

HSL color Cylindrical-coordinate representation of color #121750: hue angle of 235.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121750 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 23 80 -
CMYK 0.78 0.71 0 0.69
HSL 235.16º 0.63% 0.19% -
HSV(B) 235.16º 0.78% 0.31% -
XYZ 2 1.32 7.74 -
YUV 28 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 18 23 80 0.78 0.71 0 0.69 235.16 0.63 0.19
Hex 12 17 50 4E 47 0 45 EB 3F 13
Octal 22 27 120 116 107 0 105 353 77 23
Binary 10010 10111 1010000 1001110 1000111 0 1000101 11101011 111111 10011

Color Harmonies of #121750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121750

Black with #121750

Text Example


Text Example

White with #121750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121750; }

 p { color: rgb(18,23,80); }

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

background-color css

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

 a { background-color: rgb(18,23,80); }

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

border-color css

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

 span { border-color: rgb(18,23,80); }

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