Html Css Color HEX #151F4F Lucky Point

📋 copy color: '#151F4F'

red 21 ◦ green 31 ◦ blue 79

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

Shades of Lucky Point #151F4F

Tints of Lucky Point #151F4F

RGB

 RED value IS 21 (8.59% from 255) = 16.03%

 GREEN value IS 31 (12.5% from 255) = 23.66%

 BLUE value IS 79 (31.25% from 255) = 60.31%

R = 16.03%
G = 23.66%
B = 60.31%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#151F4F (or 0x151F4F) is known color: Lucky Point. HEX triplet: 15, 1F and 4F. RGB value is (21,31,79). Sum of RGB (Red+Green+Blue) = 21+31+79=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #151F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F4F is #EAE0B0. Grayscale: #212121. Windows color (decimal): -15392945 or 5185301. OLE color: 5185301.

HSL color Cylindrical-coordinate representation of color #151F4F: hue angle of 229.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151F4F is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 31 79 -
CMYK 0.73 0.61 0 0.69
HSL 229.66º 0.58% 0.2% -
HSV(B) 229.66º 0.73% 0.31% -
XYZ 2.21 1.7 7.61 -
YUV 33.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 21 31 79 0.73 0.61 0 0.69 229.66 0.58 0.2
Hex 15 1F 4F 49 3D 0 45 E6 3A 14
Octal 25 37 117 111 75 0 105 346 72 24
Binary 10101 11111 1001111 1001001 111101 0 1000101 11100110 111010 10100

Color Harmonies of #151F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151F4F

Black with #151F4F

Text Example


Text Example

White with #151F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151F4F; }

 p { color: rgb(21,31,79); }

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

background-color css

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

 a { background-color: rgb(21,31,79); }

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

border-color css

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

 span { border-color: rgb(21,31,79); }

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