Html Css Color HEX #151E4F Lucky Point

📋 copy color: '#151E4F'

red 21 ◦ green 30 ◦ blue 79

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

Shades of Lucky Point #151E4F

Tints of Lucky Point #151E4F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.08%

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

R = 16.15%
G = 23.08%
B = 60.77%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#151E4F (or 0x151E4F) is known color: Lucky Point. HEX triplet: 15, 1E and 4F. RGB value is (21,30,79). Sum of RGB (Red+Green+Blue) = 21+30+79=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #151E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E4F is #EAE1B0. Grayscale: #202020. Windows color (decimal): -15393201 or 5185045. OLE color: 5185045.

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

Color convert

RGB 21 30 79 -
CMYK 0.73 0.62 0 0.69
HSL 230.69º 0.58% 0.2% -
HSV(B) 230.69º 0.73% 0.31% -
XYZ 2.18 1.65 7.6 -
YUV 32.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 21 30 79 0.73 0.62 0 0.69 230.69 0.58 0.2
Hex 15 1E 4F 49 3E 0 45 E7 3A 14
Octal 25 36 117 111 76 0 105 347 72 24
Binary 10101 11110 1001111 1001001 111110 0 1000101 11100111 111010 10100

Color Harmonies of #151E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E4F

Black with #151E4F

Text Example


Text Example

White with #151E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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