Html Css Color HEX #1F265A Lucky Point

📋 copy color: '#1F265A'

red 31 ◦ green 38 ◦ blue 90

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

Shades of Lucky Point #1F265A

Tints of Lucky Point #1F265A

RGB

 RED value IS 31 (12.5% from 255) = 19.5%

 GREEN value IS 38 (15.23% from 255) = 23.9%

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 19.5%
G = 23.9%
B = 56.6%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F265A (or 0x1F265A) is known color: Lucky Point. HEX triplet: 1F, 26 and 5A. RGB value is (31,38,90). Sum of RGB (Red+Green+Blue) = 31+38+90=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F265A is #E0D9A5. Grayscale: #292929. Windows color (decimal): -14735782 or 5907999. OLE color: 5907999.

HSL color Cylindrical-coordinate representation of color #1F265A: hue angle of 232.88º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F265A is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 38 90 -
CMYK 0.66 0.58 0 0.65
HSL 232.88º 0.49% 0.24% -
HSV(B) 232.88º 0.66% 0.35% -
XYZ 3.1 2.42 9.98 -
YUV 41.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 31 38 90 0.66 0.58 0 0.65 232.88 0.49 0.24
Hex 1F 26 5A 42 3A 0 41 E9 31 18
Octal 37 46 132 102 72 0 101 351 61 30
Binary 11111 100110 1011010 1000010 111010 0 1000001 11101001 110001 11000

Color Harmonies of #1F265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F265A

Black with #1F265A

Text Example


Text Example

White with #1F265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,38,90); }

 H1.HeaderClassName
 {
   color: #1F265A;
 }
 .AnyTagClassName
 {
   color: #1F265A;
 }
</style>

background-color css

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

 a { background-color: rgb(31,38,90); }

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

border-color css

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

 span { border-color: rgb(31,38,90); }

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