Html Css Color HEX #121B51 Lucky Point

📋 copy color: '#121B51'

red 18 ◦ green 27 ◦ blue 81

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

Shades of Lucky Point #121B51

Tints of Lucky Point #121B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

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

R = 14.29%
G = 21.43%
B = 64.29%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121B51 (or 0x121B51) is known color: Lucky Point. HEX triplet: 12, 1B and 51. RGB value is (18,27,81). Sum of RGB (Red+Green+Blue) = 18+27+81=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #121B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B51 is #EDE4AE. Grayscale: #1E1E1E. Windows color (decimal): -15590575 or 5315346. OLE color: 5315346.

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

Color convert

RGB 18 27 81 -
CMYK 0.78 0.67 0 0.68
HSL 231.43º 0.64% 0.19% -
HSV(B) 231.43º 0.78% 0.32% -
XYZ 2.13 1.51 7.96 -
YUV 30.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 18 27 81 0.78 0.67 0 0.68 231.43 0.64 0.19
Hex 12 1B 51 4E 43 0 44 E7 40 13
Octal 22 33 121 116 103 0 104 347 100 23
Binary 10010 11011 1010001 1001110 1000011 0 1000100 11100111 1000000 10011

Color Harmonies of #121B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B51

Black with #121B51

Text Example


Text Example

White with #121B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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