Html Css Color HEX #1F379D Egyptian Blue

📋 copy color: '#1F379D'

red 31 ◦ green 55 ◦ blue 157

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

Shades of Egyptian Blue #1F379D

Tints of Egyptian Blue #1F379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 12.76%
G = 22.63%
B = 64.61%

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

#1F379D (or 0x1F379D) is known color: Egyptian Blue. HEX triplet: 1F, 37 and 9D. RGB value is (31,55,157). Sum of RGB (Red+Green+Blue) = 31+55+157=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F379D is #E0C862. Grayscale: #3B3B3B. Windows color (decimal): -14731363 or 10303263. OLE color: 10303263.

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

Color convert

RGB 31 55 157 -
CMYK 0.80 0.65 0 0.38
HSL 228.57º 0.67% 0.37% -
HSV(B) 228.57º 0.8% 0.62% -
XYZ 8.02 5.46 32.53 -
YUV 59.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 31 55 157 0.80 0.65 0 0.38 228.57 0.67 0.37
Hex 1F 37 9D 50 41 0 26 E5 43 25
Octal 37 67 235 120 101 0 46 345 103 45
Binary 11111 110111 10011101 1010000 1000001 0 100110 11100101 1000011 100101

Color Harmonies of #1F379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F379D

Black with #1F379D

Text Example


Text Example

White with #1F379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,157); }

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

background-color css

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

 a { background-color: rgb(31,55,157); }

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

border-color css

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

 span { border-color: rgb(31,55,157); }

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