Html Css Color HEX #1F3492 Egyptian Blue

📋 copy color: '#1F3492'

red 31 ◦ green 52 ◦ blue 146

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

Shades of Egyptian Blue #1F3492

Tints of Egyptian Blue #1F3492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 13.54%
G = 22.71%
B = 63.76%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F3492 (or 0x1F3492) is known color: Egyptian Blue. HEX triplet: 1F, 34 and 92. RGB value is (31,52,146). Sum of RGB (Red+Green+Blue) = 31+52+146=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F3492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3492 is #E0CB6D. Grayscale: #383838. Windows color (decimal): -14732142 or 9581599. OLE color: 9581599.

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

Color convert

RGB 31 52 146 -
CMYK 0.79 0.64 0 0.43
HSL 229.04º 0.65% 0.35% -
HSV(B) 229.04º 0.79% 0.57% -
XYZ 6.98 4.82 27.76 -
YUV 56.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 31 52 146 0.79 0.64 0 0.43 229.04 0.65 0.35
Hex 1F 34 92 4F 40 0 2B E5 41 23
Octal 37 64 222 117 100 0 53 345 101 43
Binary 11111 110100 10010010 1001111 1000000 0 101011 11100101 1000001 100011

Color Harmonies of #1F3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3492

Black with #1F3492

Text Example


Text Example

White with #1F3492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,52,146); }

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

background-color css

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

 a { background-color: rgb(31,52,146); }

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

border-color css

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

 span { border-color: rgb(31,52,146); }

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