Html Css Color HEX #1F265D Lucky Point

📋 copy color: '#1F265D'

red 31 ◦ green 38 ◦ blue 93

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

Shades of Lucky Point #1F265D

Tints of Lucky Point #1F265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.41%

R = 19.14%
G = 23.46%
B = 57.41%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F265D (or 0x1F265D) is known color: Lucky Point. HEX triplet: 1F, 26 and 5D. RGB value is (31,38,93). Sum of RGB (Red+Green+Blue) = 31+38+93=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F265D is #E0D9A2. Grayscale: #292929. Windows color (decimal): -14735779 or 6104607. OLE color: 6104607.

HSL color Cylindrical-coordinate representation of color #1F265D: hue angle of 233.23º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F265D is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 38 93 -
CMYK 0.67 0.59 0 0.64
HSL 233.23º 0.5% 0.24% -
HSV(B) 233.23º 0.67% 0.36% -
XYZ 3.23 2.47 10.66 -
YUV 42.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 31 38 93 0.67 0.59 0 0.64 233.23 0.5 0.24
Hex 1F 26 5D 43 3B 0 40 E9 32 18
Octal 37 46 135 103 73 0 100 351 62 30
Binary 11111 100110 1011101 1000011 111011 0 1000000 11101001 110010 11000

Color Harmonies of #1F265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F265D

Black with #1F265D

Text Example


Text Example

White with #1F265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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