#1C224F

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

Shades of Lucky Point #1C224F

Tints of Lucky Point #1C224F

Color information

#1C224F (or 0x1C224F) is unknown color: approx Lucky Point. HEX triplet: 1C, 22 and 4F. RGB value is (28,34,79). Sum of RGB (Red+Green+Blue) = 28+34+79=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C224F is #E3DDB0. Grayscale: #252525. Windows color (decimal): -14933425 or 5186076. OLE color: 5186076.

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

Color convert

RGB283479-
CMYK0.650.5700.69
HSL232.94º47.66%20.98%-
HSV(B)232.94º64.56%30.98%-
XYZ2.461.967.64-
YUV37.34151.51121.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 79 (31.25% from 255) = 56.03%
R=19.86%
G=24.11%
B=56.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2834790.650.5700.69232.9447.6620.98
Hex1C224F4139045e93015
Octal34421171017101053516025
Binary1110010001010011111000001111001010001011110100111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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