#1C284F

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

Shades of Lucky Point #1C284F

Tints of Lucky Point #1C284F

Color information

#1C284F (or 0x1C284F) is unknown color: approx Lucky Point. HEX triplet: 1C, 28 and 4F. RGB value is (28,40,79). Sum of RGB (Red+Green+Blue) = 28+40+79=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C284F is #E3D7B0. Grayscale: #282828. Windows color (decimal): -14931889 or 5187612. OLE color: 5187612.

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

Color convert

RGB284079-
CMYK0.650.4900.69
HSL225.88º47.66%20.98%-
HSV(B)225.88º64.56%30.98%-
XYZ2.652.337.71-
YUV40.86149.52118.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=19.05%
G=27.21%
B=53.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2840790.650.4900.69225.8847.6620.98
Hex1C284F4131045e23015
Octal34501171016101053426025
Binary1110010100010011111000001110001010001011110001011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,40,79); }

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

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

 a { background-color: rgb(28,40,79); }

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

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

 span { border-color: rgb(28,40,79); }

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