#1C234F

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

Shades of Lucky Point #1C234F

Tints of Lucky Point #1C234F

Color information

#1C234F (or 0x1C234F) is unknown color: approx Lucky Point. HEX triplet: 1C, 23 and 4F. RGB value is (28,35,79). Sum of RGB (Red+Green+Blue) = 28+35+79=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C234F is #E3DCB0. Grayscale: #252525. Windows color (decimal): -14933169 or 5186332. OLE color: 5186332.

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

Color convert

RGB283579-
CMYK0.650.5600.69
HSL231.76º47.66%20.98%-
HSV(B)231.76º64.56%30.98%-
XYZ2.492.017.65-
YUV37.92151.18120.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=19.72%
G=24.65%
B=55.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2835790.650.5600.69231.7647.6620.98
Hex1C234F4138045e83015
Octal34431171017001053506025
Binary1110010001110011111000001111000010001011110100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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