Html Css Color HEX #1B295D Lucky Point

📋 copy color: '#1B295D'

red 27 ◦ green 41 ◦ blue 93

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

Shades of Lucky Point #1B295D

Tints of Lucky Point #1B295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 16.77%
G = 25.47%
B = 57.76%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B295D (or 0x1B295D) is known color: Lucky Point. HEX triplet: 1B, 29 and 5D. RGB value is (27,41,93). Sum of RGB (Red+Green+Blue) = 27+41+93=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B295D is #E4D6A2. Grayscale: #2A2A2A. Windows color (decimal): -14997155 or 6105371. OLE color: 6105371.

HSL color Cylindrical-coordinate representation of color #1B295D: hue angle of 227.27º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B295D is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 41 93 -
CMYK 0.71 0.56 0 0.64
HSL 227.27º 0.55% 0.24% -
HSV(B) 227.27º 0.71% 0.36% -
XYZ 3.22 2.61 10.69 -
YUV 42.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 27 41 93 0.71 0.56 0 0.64 227.27 0.55 0.24
Hex 1B 29 5D 47 38 0 40 E3 37 18
Octal 33 51 135 107 70 0 100 343 67 30
Binary 11011 101001 1011101 1000111 111000 0 1000000 11100011 110111 11000

Color Harmonies of #1B295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B295D

Black with #1B295D

Text Example


Text Example

White with #1B295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,41,93); }

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

background-color css

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

 a { background-color: rgb(27,41,93); }

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

border-color css

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

 span { border-color: rgb(27,41,93); }

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