Html Css Color HEX #1B2350 Lucky Point

📋 copy color: '#1B2350'

red 27 ◦ green 35 ◦ blue 80

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

Shades of Lucky Point #1B2350

Tints of Lucky Point #1B2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.65%

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 19.01%
G = 24.65%
B = 56.34%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B2350 (or 0x1B2350) is known color: Lucky Point. HEX triplet: 1B, 23 and 50. RGB value is (27,35,80). Sum of RGB (Red+Green+Blue) = 27+35+80=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2350 is #E4DCAF. Grayscale: #252525. Windows color (decimal): -14998704 or 5251867. OLE color: 5251867.

HSL color Cylindrical-coordinate representation of color #1B2350: hue angle of 230.94º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B2350 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 35 80 -
CMYK 0.66 0.56 0 0.69
HSL 230.94º 0.5% 0.21% -
HSV(B) 230.94º 0.66% 0.31% -
XYZ 2.5 2.01 7.85 -
YUV 37.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 27 35 80 0.66 0.56 0 0.69 230.94 0.5 0.21
Hex 1B 23 50 42 38 0 45 E7 32 15
Octal 33 43 120 102 70 0 105 347 62 25
Binary 11011 100011 1010000 1000010 111000 0 1000101 11100111 110010 10101

Color Harmonies of #1B2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2350

Black with #1B2350

Text Example


Text Example

White with #1B2350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,80); }

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

background-color css

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

 a { background-color: rgb(27,35,80); }

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

border-color css

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

 span { border-color: rgb(27,35,80); }

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