Html Css Color HEX #1F265E Lucky Point

📋 copy color: '#1F265E'

red 31 ◦ green 38 ◦ blue 94

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

Shades of Lucky Point #1F265E

Tints of Lucky Point #1F265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.67%

R = 19.02%
G = 23.31%
B = 57.67%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F265E (or 0x1F265E) is known color: Lucky Point. HEX triplet: 1F, 26 and 5E. RGB value is (31,38,94). Sum of RGB (Red+Green+Blue) = 31+38+94=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F265E is #E0D9A1. Grayscale: #2A2A2A. Windows color (decimal): -14735778 or 6170143. OLE color: 6170143.

HSL color Cylindrical-coordinate representation of color #1F265E: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F265E is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 38 94 -
CMYK 0.67 0.60 0 0.63
HSL 233.33º 0.5% 0.25% -
HSV(B) 233.33º 0.67% 0.37% -
XYZ 3.28 2.49 10.9 -
YUV 42.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 31 38 94 0.67 0.60 0 0.63 233.33 0.5 0.25
Hex 1F 26 5E 43 3C 0 3F E9 32 19
Octal 37 46 136 103 74 0 77 351 62 31
Binary 11111 100110 1011110 1000011 111100 0 111111 11101001 110010 11001

Color Harmonies of #1F265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F265E

Black with #1F265E

Text Example


Text Example

White with #1F265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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