Html Css Color HEX #1F379B Egyptian Blue

📋 copy color: '#1F379B'

red 31 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #1F379B

Tints of Egyptian Blue #1F379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 12.86%
G = 22.82%
B = 64.32%

CMYK

 C value IS 0.8

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F379B (or 0x1F379B) is known color: Egyptian Blue. HEX triplet: 1F, 37 and 9B. RGB value is (31,55,155). Sum of RGB (Red+Green+Blue) = 31+55+155=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F379B is #E0C864. Grayscale: #3A3A3A. Windows color (decimal): -14731365 or 10172191. OLE color: 10172191.

HSL color Cylindrical-coordinate representation of color #1F379B: hue angle of 228.39º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F379B is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 55 155 -
CMYK 0.8 0.65 0 0.39
HSL 228.39º 0.67% 0.36% -
HSV(B) 228.39º 0.8% 0.61% -
XYZ 7.85 5.39 31.64 -
YUV 59.22 182.05 107.87 -
System Red Green Blue C M Y K H S L
Decimal 31 55 155 0.8 0.65 0 0.39 228.39 0.67 0.36
Hex 1F 37 9B 50 41 0 27 E4 43 24
Octal 37 67 233 120 101 0 47 344 103 44
Binary 11111 110111 10011011 1010000 1000001 0 100111 11100100 1000011 100100

Color Harmonies of #1F379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F379B

Black with #1F379B

Text Example


Text Example

White with #1F379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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