Html Css Color HEX #1F389A Egyptian Blue

📋 copy color: '#1F389A'

red 31 ◦ green 56 ◦ blue 154

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

Shades of Egyptian Blue #1F389A

Tints of Egyptian Blue #1F389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 12.86%
G = 23.24%
B = 63.9%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F389A (or 0x1F389A) is known color: Egyptian Blue. HEX triplet: 1F, 38 and 9A. RGB value is (31,56,154). Sum of RGB (Red+Green+Blue) = 31+56+154=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F389A is #E0C765. Grayscale: #3B3B3B. Windows color (decimal): -14731110 or 10106911. OLE color: 10106911.

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

Color convert

RGB 31 56 154 -
CMYK 0.80 0.64 0 0.40
HSL 227.8º 0.66% 0.36% -
HSV(B) 227.8º 0.8% 0.6% -
XYZ 7.81 5.45 31.21 -
YUV 59.7 181.22 107.53 -
System Red Green Blue C M Y K H S L
Decimal 31 56 154 0.80 0.64 0 0.40 227.8 0.66 0.36
Hex 1F 38 9A 50 40 0 28 E4 42 24
Octal 37 70 232 120 100 0 50 344 102 44
Binary 11111 111000 10011010 1010000 1000000 0 101000 11100100 1000010 100100

Color Harmonies of #1F389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F389A

Black with #1F389A

Text Example


Text Example

White with #1F389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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