Html Css Color HEX #1F389E Egyptian Blue

📋 copy color: '#1F389E'

red 31 ◦ green 56 ◦ blue 158

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

Shades of Egyptian Blue #1F389E

Tints of Egyptian Blue #1F389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 158 (62.11% from 255) = 64.49%

R = 12.65%
G = 22.86%
B = 64.49%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F389E (or 0x1F389E) is known color: Egyptian Blue. HEX triplet: 1F, 38 and 9E. RGB value is (31,56,158). Sum of RGB (Red+Green+Blue) = 31+56+158=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F389E is #E0C761. Grayscale: #3B3B3B. Windows color (decimal): -14731106 or 10369055. OLE color: 10369055.

HSL color Cylindrical-coordinate representation of color #1F389E: hue angle of 228.19º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F389E is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 56 158 -
CMYK 0.80 0.65 0 0.38
HSL 228.19º 0.67% 0.37% -
HSV(B) 228.19º 0.8% 0.62% -
XYZ 8.15 5.59 33 -
YUV 60.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 31 56 158 0.80 0.65 0 0.38 228.19 0.67 0.37
Hex 1F 38 9E 50 41 0 26 E4 43 25
Octal 37 70 236 120 101 0 46 344 103 45
Binary 11111 111000 10011110 1010000 1000001 0 100110 11100100 1000011 100101

Color Harmonies of #1F389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F389E

Black with #1F389E

Text Example


Text Example

White with #1F389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,56,158); }

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

background-color css

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

 a { background-color: rgb(31,56,158); }

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

border-color css

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

 span { border-color: rgb(31,56,158); }

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