Html Css Color HEX #1F254B Lucky Point

📋 copy color: '#1F254B'

red 31 ◦ green 37 ◦ blue 75

#1F254B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #1F254B

Tints of Lucky Point #1F254B

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 value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F254B (or 0x1F254B) is known color: 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

RGB 31 37 75 -
CMYK 0.59 0.51 0 0.71
HSL 231.82º 0.42% 0.21% -
HSV(B) 231.82º 0.59% 0.29% -
XYZ 2.5 2.12 6.93 -
YUV 39.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 31 37 75 0.59 0.51 0 0.71 231.82 0.42 0.21
Hex 1F 25 4B 3B 33 0 47 E8 2A 15
Octal 37 45 113 73 63 0 107 350 52 25
Binary 11111 100101 1001011 111011 110011 0 1000111 11101000 101010 10101

Color Harmonies of #1F254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F254B

Black with #1F254B

Text Example


Text Example

White with #1F254B

Text Example


Text Example

HTML Codes & Css Web 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>