Html Css Color HEX #151B53 Lucky Point

📋 copy color: '#151B53'

red 21 ◦ green 27 ◦ blue 83

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

Shades of Lucky Point #151B53

Tints of Lucky Point #151B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 63.36%

R = 16.03%
G = 20.61%
B = 63.36%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151B53 (or 0x151B53) is known color: Lucky Point. HEX triplet: 15, 1B and 53. RGB value is (21,27,83). Sum of RGB (Red+Green+Blue) = 21+27+83=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #151B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B53 is #EAE4AC. Grayscale: #1F1F1F. Windows color (decimal): -15393965 or 5446421. OLE color: 5446421.

HSL color Cylindrical-coordinate representation of color #151B53: hue angle of 234.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151B53 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 27 83 -
CMYK 0.75 0.67 0 0.67
HSL 234.19º 0.6% 0.2% -
HSV(B) 234.19º 0.75% 0.33% -
XYZ 2.26 1.57 8.37 -
YUV 31.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 21 27 83 0.75 0.67 0 0.67 234.19 0.6 0.2
Hex 15 1B 53 4B 43 0 43 EA 3C 14
Octal 25 33 123 113 103 0 103 352 74 24
Binary 10101 11011 1010011 1001011 1000011 0 1000011 11101010 111100 10100

Color Harmonies of #151B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B53

Black with #151B53

Text Example


Text Example

White with #151B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,27,83); }

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

background-color css

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

 a { background-color: rgb(21,27,83); }

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

border-color css

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

 span { border-color: rgb(21,27,83); }

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