#1B285D

Color #1B285D Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #1B285D

Tints of Lucky Point #1B285D

Color information

#1B285D (or 0x1B285D) is unknown color: approx Lucky Point. HEX triplet: 1B, 28 and 5D. RGB value is (27,40,93). Sum of RGB (Red+Green+Blue) = 27+40+93=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B285D is #E4D7A2. Grayscale: #292929. Windows color (decimal): -14997411 or 6105115. OLE color: 6105115.

HSL color Cylindrical-coordinate representation of color #1B285D: hue angle of 228.18º 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 #1B285D is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB274093-
CMYK0.710.5700.64
HSL228.18º55%23.53%-
HSV(B)228.18º70.97%36.47%-
XYZ3.192.5410.68-
YUV42.16156.69117.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.88%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=16.88%
G=25%
B=58.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2740930.710.5700.64228.185523.53
Hex1B285D4739040e43718
Octal33501351077101003446730
Binary1101110100010111011000111111001010000001110010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B285D;
 }
 .AnyTagClassName
 {
   color: #1B285D;
 }
</style>
background-color css

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

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

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

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

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

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