Html Css Color HEX #121951 Lucky Point

📋 copy color: '#121951'

red 18 ◦ green 25 ◦ blue 81

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

Shades of Lucky Point #121951

Tints of Lucky Point #121951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 65.32%

R = 14.52%
G = 20.16%
B = 65.32%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121951 (or 0x121951) is known color: Lucky Point. HEX triplet: 12, 19 and 51. RGB value is (18,25,81). Sum of RGB (Red+Green+Blue) = 18+25+81=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #121951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121951 is #EDE6AE. Grayscale: #1D1D1D. Windows color (decimal): -15591087 or 5314834. OLE color: 5314834.

HSL color Cylindrical-coordinate representation of color #121951: hue angle of 233.33º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121951 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 25 81 -
CMYK 0.78 0.69 0 0.68
HSL 233.33º 0.64% 0.19% -
HSV(B) 233.33º 0.78% 0.32% -
XYZ 2.08 1.42 7.95 -
YUV 29.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 18 25 81 0.78 0.69 0 0.68 233.33 0.64 0.19
Hex 12 19 51 4E 45 0 44 E9 40 13
Octal 22 31 121 116 105 0 104 351 100 23
Binary 10010 11001 1010001 1001110 1000101 0 1000100 11101001 1000000 10011

Color Harmonies of #121951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121951

Black with #121951

Text Example


Text Example

White with #121951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121951; }

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

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

background-color css

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

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

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

border-color css

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

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

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