Html Css Color HEX #1F398F Egyptian Blue

📋 copy color: '#1F398F'

red 31 ◦ green 57 ◦ blue 143

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

Shades of Egyptian Blue #1F398F

Tints of Egyptian Blue #1F398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 13.42%
G = 24.68%
B = 61.9%

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

#1F398F (or 0x1F398F) is known color: Egyptian Blue. HEX triplet: 1F, 39 and 8F. RGB value is (31,57,143). Sum of RGB (Red+Green+Blue) = 31+57+143=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F398F is #E0C670. Grayscale: #3A3A3A. Windows color (decimal): -14730865 or 9386271. OLE color: 9386271.

HSL color Cylindrical-coordinate representation of color #1F398F: hue angle of 226.07º degrees, saturation: 0.64, 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 #1F398F is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 57 143 -
CMYK 0.78 0.60 0 0.44
HSL 226.07º 0.64% 0.34% -
HSV(B) 226.07º 0.78% 0.56% -
XYZ 6.99 5.2 26.62 -
YUV 59.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 31 57 143 0.78 0.60 0 0.44 226.07 0.64 0.34
Hex 1F 39 8F 4E 3C 0 2C E2 40 22
Octal 37 71 217 116 74 0 54 342 100 42
Binary 11111 111001 10001111 1001110 111100 0 101100 11100010 1000000 100010

Color Harmonies of #1F398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F398F

Black with #1F398F

Text Example


Text Example

White with #1F398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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