Html Css Color HEX #1F379C Egyptian Blue

📋 copy color: '#1F379C'

red 31 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #1F379C

Tints of Egyptian Blue #1F379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 12.81%
G = 22.73%
B = 64.46%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F379C (or 0x1F379C) is known color: Egyptian Blue. HEX triplet: 1F, 37 and 9C. RGB value is (31,55,156). Sum of RGB (Red+Green+Blue) = 31+55+156=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F379C is #E0C863. Grayscale: #3A3A3A. Windows color (decimal): -14731364 or 10237727. OLE color: 10237727.

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

Color convert

RGB 31 55 156 -
CMYK 0.80 0.65 0 0.39
HSL 228.48º 0.67% 0.37% -
HSV(B) 228.48º 0.8% 0.61% -
XYZ 7.93 5.42 32.08 -
YUV 59.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 31 55 156 0.80 0.65 0 0.39 228.48 0.67 0.37
Hex 1F 37 9C 50 41 0 27 E4 43 25
Octal 37 67 234 120 101 0 47 344 103 45
Binary 11111 110111 10011100 1010000 1000001 0 100111 11100100 1000011 100101

Color Harmonies of #1F379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F379C

Black with #1F379C

Text Example


Text Example

White with #1F379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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