Html Css Color HEX #1F3A99 Egyptian Blue

📋 copy color: '#1F3A99'

red 31 ◦ green 58 ◦ blue 153

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

Shades of Egyptian Blue #1F3A99

Tints of Egyptian Blue #1F3A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 12.81%
G = 23.97%
B = 63.22%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F3A99 (or 0x1F3A99) is known color: Egyptian Blue. HEX triplet: 1F, 3A and 99. RGB value is (31,58,153). Sum of RGB (Red+Green+Blue) = 31+58+153=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F3A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3A99 is #E0C566. Grayscale: #3C3C3C. Windows color (decimal): -14730599 or 10041887. OLE color: 10041887.

HSL color Cylindrical-coordinate representation of color #1F3A99: hue angle of 226.72º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F3A99 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 58 153 -
CMYK 0.80 0.62 0 0.4
HSL 226.72º 0.66% 0.36% -
HSV(B) 226.72º 0.8% 0.6% -
XYZ 7.83 5.62 30.81 -
YUV 60.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 31 58 153 0.80 0.62 0 0.4 226.72 0.66 0.36
Hex 1F 3A 99 50 3E 0 28 E3 42 24
Octal 37 72 231 120 76 0 50 343 102 44
Binary 11111 111010 10011001 1010000 111110 0 101000 11100011 1000010 100100

Color Harmonies of #1F3A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A99

Black with #1F3A99

Text Example


Text Example

White with #1F3A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,153); }

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

background-color css

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

 a { background-color: rgb(31,58,153); }

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

border-color css

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

 span { border-color: rgb(31,58,153); }

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