Html Css Color HEX #1F2895 Egyptian Blue

📋 copy color: '#1F2895'

red 31 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #1F2895

Tints of Egyptian Blue #1F2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 14.09%
G = 18.18%
B = 67.73%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F2895 (or 0x1F2895) is known color: Egyptian Blue. HEX triplet: 1F, 28 and 95. RGB value is (31,40,149). Sum of RGB (Red+Green+Blue) = 31+40+149=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2895 is #E0D76A. Grayscale: #313131. Windows color (decimal): -14735211 or 9775135. OLE color: 9775135.

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

Color convert

RGB 31 40 149 -
CMYK 0.79 0.73 0 0.42
HSL 235.42º 0.66% 0.35% -
HSV(B) 235.42º 0.79% 0.58% -
XYZ 6.75 3.98 28.85 -
YUV 49.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 31 40 149 0.79 0.73 0 0.42 235.42 0.66 0.35
Hex 1F 28 95 4F 49 0 2A EB 42 23
Octal 37 50 225 117 111 0 52 353 102 43
Binary 11111 101000 10010101 1001111 1001001 0 101010 11101011 1000010 100011

Color Harmonies of #1F2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2895

Black with #1F2895

Text Example


Text Example

White with #1F2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,40,149); }

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

background-color css

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

 a { background-color: rgb(31,40,149); }

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

border-color css

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

 span { border-color: rgb(31,40,149); }

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