Html Css Color HEX #1B2858 Lucky Point

📋 copy color: '#1B2858'

red 27 ◦ green 40 ◦ blue 88

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

Shades of Lucky Point #1B2858

Tints of Lucky Point #1B2858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 17.42%
G = 25.81%
B = 56.77%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B2858 (or 0x1B2858) is known color: Lucky Point. HEX triplet: 1B, 28 and 58. RGB value is (27,40,88). Sum of RGB (Red+Green+Blue) = 27+40+88=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B2858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2858 is #E4D7A7. Grayscale: #292929. Windows color (decimal): -14997416 or 5777435. OLE color: 5777435.

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

Color convert

RGB 27 40 88 -
CMYK 0.69 0.55 0 0.65
HSL 227.21º 0.53% 0.23% -
HSV(B) 227.21º 0.69% 0.35% -
XYZ 2.97 2.46 9.55 -
YUV 41.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 27 40 88 0.69 0.55 0 0.65 227.21 0.53 0.23
Hex 1B 28 58 45 37 0 41 E3 35 17
Octal 33 50 130 105 67 0 101 343 65 27
Binary 11011 101000 1011000 1000101 110111 0 1000001 11100011 110101 10111

Color Harmonies of #1B2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2858

Black with #1B2858

Text Example


Text Example

White with #1B2858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,40,88); }

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

background-color css

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

 a { background-color: rgb(27,40,88); }

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

border-color css

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

 span { border-color: rgb(27,40,88); }

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