Html Css Color HEX #1F489C Egyptian Blue

📋 copy color: '#1F489C'

red 31 ◦ green 72 ◦ blue 156

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

Shades of Egyptian Blue #1F489C

Tints of Egyptian Blue #1F489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 11.97%
G = 27.8%
B = 60.23%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F489C (or 0x1F489C) is known color: Egyptian Blue. HEX triplet: 1F, 48 and 9C. RGB value is (31,72,156). Sum of RGB (Red+Green+Blue) = 31+72+156=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F489C is #E0B763. Grayscale: #444444. Windows color (decimal): -14727012 or 10242079. OLE color: 10242079.

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

Color convert

RGB 31 72 156 -
CMYK 0.80 0.54 0 0.39
HSL 220.32º 0.67% 0.37% -
HSV(B) 220.32º 0.8% 0.61% -
XYZ 8.88 7.33 32.4 -
YUV 69.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 31 72 156 0.80 0.54 0 0.39 220.32 0.67 0.37
Hex 1F 48 9C 50 36 0 27 DC 43 25
Octal 37 110 234 120 66 0 47 334 103 45
Binary 11111 1001000 10011100 1010000 110110 0 100111 11011100 1000011 100101

Color Harmonies of #1F489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F489C

Black with #1F489C

Text Example


Text Example

White with #1F489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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