Html Css Color HEX #1B2651 Lucky Point

📋 copy color: '#1B2651'

red 27 ◦ green 38 ◦ blue 81

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

Shades of Lucky Point #1B2651

Tints of Lucky Point #1B2651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

 BLUE value IS 81 (32.03% from 255) = 55.48%

R = 18.49%
G = 26.03%
B = 55.48%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1B2651 (or 0x1B2651) is known color: Lucky Point. HEX triplet: 1B, 26 and 51. RGB value is (27,38,81). Sum of RGB (Red+Green+Blue) = 27+38+81=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B2651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2651 is #E4D9AE. Grayscale: #272727. Windows color (decimal): -14997935 or 5318171. OLE color: 5318171.

HSL color Cylindrical-coordinate representation of color #1B2651: hue angle of 227.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B2651 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 27 38 81 -
CMYK 0.67 0.53 0 0.68
HSL 227.78º 0.5% 0.21% -
HSV(B) 227.78º 0.67% 0.32% -
XYZ 2.63 2.21 8.07 -
YUV 39.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 27 38 81 0.67 0.53 0 0.68 227.78 0.5 0.21
Hex 1B 26 51 43 35 0 44 E4 32 15
Octal 33 46 121 103 65 0 104 344 62 25
Binary 11011 100110 1010001 1000011 110101 0 1000100 11100100 110010 10101

Color Harmonies of #1B2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2651

Black with #1B2651

Text Example


Text Example

White with #1B2651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,38,81); }

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

background-color css

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

 a { background-color: rgb(27,38,81); }

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

border-color css

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

 span { border-color: rgb(27,38,81); }

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