Html Css Color HEX #1F4191 Tory Blue

📋 copy color: '#1F4191'

red 31 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #1F4191

Tints of Tory Blue #1F4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

 BLUE value IS 145 (57.03% from 255) = 60.17%

R = 12.86%
G = 26.97%
B = 60.17%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F4191 (or 0x1F4191) is known color: Tory Blue. HEX triplet: 1F, 41 and 91. RGB value is (31,65,145). Sum of RGB (Red+Green+Blue) = 31+65+145=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F4191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4191 is #E0BE6E. Grayscale: #3F3F3F. Windows color (decimal): -14728815 or 9519391. OLE color: 9519391.

HSL color Cylindrical-coordinate representation of color #1F4191: hue angle of 222.11º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4191 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 65 145 -
CMYK 0.79 0.55 0 0.43
HSL 222.11º 0.65% 0.35% -
HSV(B) 222.11º 0.79% 0.57% -
XYZ 7.57 6.12 27.57 -
YUV 63.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 31 65 145 0.79 0.55 0 0.43 222.11 0.65 0.35
Hex 1F 41 91 4F 37 0 2B DE 41 23
Octal 37 101 221 117 67 0 53 336 101 43
Binary 11111 1000001 10010001 1001111 110111 0 101011 11011110 1000001 100011

Color Harmonies of #1F4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4191

Black with #1F4191

Text Example


Text Example

White with #1F4191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,145); }

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

background-color css

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

 a { background-color: rgb(31,65,145); }

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

border-color css

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

 span { border-color: rgb(31,65,145); }

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