Html Css Color HEX #1F3891 Egyptian Blue

📋 copy color: '#1F3891'

red 31 ◦ green 56 ◦ blue 145

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

Shades of Egyptian Blue #1F3891

Tints of Egyptian Blue #1F3891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 13.36%
G = 24.14%
B = 62.5%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F3891 (or 0x1F3891) is known color: Egyptian Blue. HEX triplet: 1F, 38 and 91. RGB value is (31,56,145). Sum of RGB (Red+Green+Blue) = 31+56+145=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F3891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3891 is #E0C76E. Grayscale: #3A3A3A. Windows color (decimal): -14731119 or 9517087. OLE color: 9517087.

HSL color Cylindrical-coordinate representation of color #1F3891: hue angle of 226.84º 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 #1F3891 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 56 145 -
CMYK 0.79 0.61 0 0.43
HSL 226.84º 0.65% 0.35% -
HSV(B) 226.84º 0.79% 0.57% -
XYZ 7.09 5.16 27.41 -
YUV 58.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 31 56 145 0.79 0.61 0 0.43 226.84 0.65 0.35
Hex 1F 38 91 4F 3D 0 2B E3 41 23
Octal 37 70 221 117 75 0 53 343 101 43
Binary 11111 111000 10010001 1001111 111101 0 101011 11100011 1000001 100011

Color Harmonies of #1F3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3891

Black with #1F3891

Text Example


Text Example

White with #1F3891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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