#1F254B

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

Shades of Lucky Point #1F254B

Tints of Lucky Point #1F254B

Color information

#1F254B (or 0x1F254B) is unknown color: approx Lucky Point. HEX triplet: 1F, 25 and 4B. RGB value is (31,37,75). Sum of RGB (Red+Green+Blue) = 31+37+75=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F254B is #E0DAB4. Grayscale: #272727. Windows color (decimal): -14736053 or 4924703. OLE color: 4924703.

HSL color Cylindrical-coordinate representation of color #1F254B: hue angle of 231.82º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F254B is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB313775-
CMYK0.590.5100.71
HSL231.82º41.51%20.78%-
HSV(B)231.82º58.67%29.41%-
XYZ2.52.126.93-
YUV39.54148.01121.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=21.68%
G=25.87%
B=52.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3137750.590.5100.71231.8241.5120.78
Hex1F254B3B33047e82a15
Octal3745113736301073505225
Binary111111001011001011111011110011010001111110100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,75); }

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

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

 a { background-color: rgb(31,37,75); }

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

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

 span { border-color: rgb(31,37,75); }

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