Html Css Color HEX #121852 Lucky Point

📋 copy color: '#121852'

red 18 ◦ green 24 ◦ blue 82

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

Shades of Lucky Point #121852

Tints of Lucky Point #121852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 82 (32.42% from 255) = 66.13%

R = 14.52%
G = 19.35%
B = 66.13%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121852 (or 0x121852) is known color: Lucky Point. HEX triplet: 12, 18 and 52. RGB value is (18,24,82). Sum of RGB (Red+Green+Blue) = 18+24+82=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #121852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121852 is #EDE7AD. Grayscale: #1C1C1C. Windows color (decimal): -15591342 or 5380114. OLE color: 5380114.

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

Color convert

RGB 18 24 82 -
CMYK 0.78 0.71 0 0.68
HSL 234.38º 0.64% 0.2% -
HSV(B) 234.38º 0.78% 0.32% -
XYZ 2.1 1.39 8.14 -
YUV 28.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 18 24 82 0.78 0.71 0 0.68 234.38 0.64 0.2
Hex 12 18 52 4E 47 0 44 EA 40 14
Octal 22 30 122 116 107 0 104 352 100 24
Binary 10010 11000 1010010 1001110 1000111 0 1000100 11101010 1000000 10100

Color Harmonies of #121852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121852

Black with #121852

Text Example


Text Example

White with #121852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121852; }

 p { color: rgb(18,24,82); }

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

background-color css

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

 a { background-color: rgb(18,24,82); }

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

border-color css

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

 span { border-color: rgb(18,24,82); }

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