Html Css Color HEX #121950 Lucky Point

📋 copy color: '#121950'

red 18 ◦ green 25 ◦ blue 80

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

Shades of Lucky Point #121950

Tints of Lucky Point #121950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

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

R = 14.63%
G = 20.33%
B = 65.04%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121950 (or 0x121950) is known color: Lucky Point. HEX triplet: 12, 19 and 50. RGB value is (18,25,80). Sum of RGB (Red+Green+Blue) = 18+25+80=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #121950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121950 is #EDE6AF. Grayscale: #1C1C1C. Windows color (decimal): -15591088 or 5249298. OLE color: 5249298.

HSL color Cylindrical-coordinate representation of color #121950: hue angle of 233.23º 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 #121950 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 25 80 -
CMYK 0.78 0.69 0 0.69
HSL 233.23º 0.63% 0.19% -
HSV(B) 233.23º 0.78% 0.31% -
XYZ 2.05 1.4 7.75 -
YUV 29.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 18 25 80 0.78 0.69 0 0.69 233.23 0.63 0.19
Hex 12 19 50 4E 45 0 45 E9 3F 13
Octal 22 31 120 116 105 0 105 351 77 23
Binary 10010 11001 1010000 1001110 1000101 0 1000101 11101001 111111 10011

Color Harmonies of #121950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121950

Black with #121950

Text Example


Text Example

White with #121950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121950; }

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

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

background-color css

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

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

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

border-color css

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

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

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