Html Css Color HEX #1B2059 Lucky Point

📋 copy color: '#1B2059'

red 27 ◦ green 32 ◦ blue 89

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

Shades of Lucky Point #1B2059

Tints of Lucky Point #1B2059

RGB

 RED value IS 27 (10.94% from 255) = 18.24%

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 89 (35.16% from 255) = 60.14%

R = 18.24%
G = 21.62%
B = 60.14%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B2059 (or 0x1B2059) is known color: Lucky Point. HEX triplet: 1B, 20 and 59. RGB value is (27,32,89). Sum of RGB (Red+Green+Blue) = 27+32+89=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2059 is #E4DFA6. Grayscale: #242424. Windows color (decimal): -14999463 or 5840923. OLE color: 5840923.

HSL color Cylindrical-coordinate representation of color #1B2059: hue angle of 235.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B2059 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 32 89 -
CMYK 0.70 0.64 0 0.65
HSL 235.16º 0.53% 0.23% -
HSV(B) 235.16º 0.7% 0.35% -
XYZ 2.77 1.99 9.69 -
YUV 37 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 27 32 89 0.70 0.64 0 0.65 235.16 0.53 0.23
Hex 1B 20 59 46 40 0 41 EB 35 17
Octal 33 40 131 106 100 0 101 353 65 27
Binary 11011 100000 1011001 1000110 1000000 0 1000001 11101011 110101 10111

Color Harmonies of #1B2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2059

Black with #1B2059

Text Example


Text Example

White with #1B2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B2059; }

 p { color: rgb(27,32,89); }

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

background-color css

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

 a { background-color: rgb(27,32,89); }

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

border-color css

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

 span { border-color: rgb(27,32,89); }

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