Html Css Color HEX #1F3195 Egyptian Blue

📋 copy color: '#1F3195'

red 31 ◦ green 49 ◦ blue 149

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

Shades of Egyptian Blue #1F3195

Tints of Egyptian Blue #1F3195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 13.54%
G = 21.4%
B = 65.07%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F3195 (or 0x1F3195) is known color: Egyptian Blue. HEX triplet: 1F, 31 and 95. RGB value is (31,49,149). Sum of RGB (Red+Green+Blue) = 31+49+149=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F3195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3195 is #E0CE6A. Grayscale: #363636. Windows color (decimal): -14732907 or 9777439. OLE color: 9777439.

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

Color convert

RGB 31 49 149 -
CMYK 0.79 0.67 0 0.42
HSL 230.85º 0.66% 0.35% -
HSV(B) 230.85º 0.79% 0.58% -
XYZ 7.09 4.66 28.96 -
YUV 55.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 31 49 149 0.79 0.67 0 0.42 230.85 0.66 0.35
Hex 1F 31 95 4F 43 0 2A E7 42 23
Octal 37 61 225 117 103 0 52 347 102 43
Binary 11111 110001 10010101 1001111 1000011 0 101010 11100111 1000010 100011

Color Harmonies of #1F3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3195

Black with #1F3195

Text Example


Text Example

White with #1F3195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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