Html Css Color HEX #151B55 Lucky Point

📋 copy color: '#151B55'

red 21 ◦ green 27 ◦ blue 85

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

Shades of Lucky Point #151B55

Tints of Lucky Point #151B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 63.91%

R = 15.79%
G = 20.3%
B = 63.91%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151B55 (or 0x151B55) is known color: Lucky Point. HEX triplet: 15, 1B and 55. RGB value is (21,27,85). Sum of RGB (Red+Green+Blue) = 21+27+85=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #151B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B55 is #EAE4AA. Grayscale: #1F1F1F. Windows color (decimal): -15393963 or 5577493. OLE color: 5577493.

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

Color convert

RGB 21 27 85 -
CMYK 0.75 0.68 0 0.67
HSL 234.38º 0.6% 0.21% -
HSV(B) 234.38º 0.75% 0.33% -
XYZ 2.34 1.6 8.78 -
YUV 31.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 21 27 85 0.75 0.68 0 0.67 234.38 0.6 0.21
Hex 15 1B 55 4B 44 0 43 EA 3C 15
Octal 25 33 125 113 104 0 103 352 74 25
Binary 10101 11011 1010101 1001011 1000100 0 1000011 11101010 111100 10101

Color Harmonies of #151B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B55

Black with #151B55

Text Example


Text Example

White with #151B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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