#1B245F

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

Shades of Lucky Point #1B245F

Tints of Lucky Point #1B245F

Color information

#1B245F (or 0x1B245F) is unknown color: approx Lucky Point. HEX triplet: 1B, 24 and 5F. RGB value is (27,36,95). Sum of RGB (Red+Green+Blue) = 27+36+95=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B245F is #E4DBA0. Grayscale: #272727. Windows color (decimal): -14998433 or 6235163. OLE color: 6235163.

HSL color Cylindrical-coordinate representation of color #1B245F: hue angle of 232.06º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B245F is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB273695-
CMYK0.720.6200.63
HSL232.06º55.74%23.92%-
HSV(B)232.06º71.58%37.25%-
XYZ3.152.3211.11-
YUV40.03159.02118.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.09%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=17.09%
G=22.78%
B=60.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2736950.720.6200.63232.0655.7423.92
Hex1B245F483E03Fe83818
Octal3344137110760773507030
Binary110111001001011111100100011111001111111110100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,95); }

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

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

 a { background-color: rgb(27,36,95); }

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

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

 span { border-color: rgb(27,36,95); }

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