Html Css Color HEX #1F3990 Egyptian Blue

📋 copy color: '#1F3990'

red 31 ◦ green 57 ◦ blue 144

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

Shades of Egyptian Blue #1F3990

Tints of Egyptian Blue #1F3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 13.36%
G = 24.57%
B = 62.07%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F3990 (or 0x1F3990) is known color: Egyptian Blue. HEX triplet: 1F, 39 and 90. RGB value is (31,57,144). Sum of RGB (Red+Green+Blue) = 31+57+144=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F3990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3990 is #E0C66F. Grayscale: #3A3A3A. Windows color (decimal): -14730864 or 9451807. OLE color: 9451807.

HSL color Cylindrical-coordinate representation of color #1F3990: hue angle of 226.19º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F3990 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 57 144 -
CMYK 0.78 0.60 0 0.44
HSL 226.19º 0.65% 0.34% -
HSV(B) 226.19º 0.78% 0.56% -
XYZ 7.06 5.23 27.02 -
YUV 59.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 31 57 144 0.78 0.60 0 0.44 226.19 0.65 0.34
Hex 1F 39 90 4E 3C 0 2C E2 41 22
Octal 37 71 220 116 74 0 54 342 101 42
Binary 11111 111001 10010000 1001110 111100 0 101100 11100010 1000001 100010

Color Harmonies of #1F3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3990

Black with #1F3990

Text Example


Text Example

White with #1F3990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,144); }

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

background-color css

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

 a { background-color: rgb(31,57,144); }

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

border-color css

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

 span { border-color: rgb(31,57,144); }

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