Html Css Color HEX #1F389F Egyptian Blue

📋 copy color: '#1F389F'

red 31 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #1F389F

Tints of Egyptian Blue #1F389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 12.6%
G = 22.76%
B = 64.63%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F389F (or 0x1F389F) is known color: Egyptian Blue. HEX triplet: 1F, 38 and 9F. RGB value is (31,56,159). Sum of RGB (Red+Green+Blue) = 31+56+159=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F389F is #E0C760. Grayscale: #3B3B3B. Windows color (decimal): -14731105 or 10434591. OLE color: 10434591.

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

Color convert

RGB 31 56 159 -
CMYK 0.81 0.65 0 0.38
HSL 228.28º 0.67% 0.37% -
HSV(B) 228.28º 0.81% 0.62% -
XYZ 8.24 5.62 33.45 -
YUV 60.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 31 56 159 0.81 0.65 0 0.38 228.28 0.67 0.37
Hex 1F 38 9F 51 41 0 26 E4 43 25
Octal 37 70 237 121 101 0 46 344 103 45
Binary 11111 111000 10011111 1010001 1000001 0 100110 11100100 1000011 100101

Color Harmonies of #1F389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F389F

Black with #1F389F

Text Example


Text Example

White with #1F389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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