Html Css Color HEX #1F32A1 Egyptian Blue

📋 copy color: '#1F32A1'

red 31 ◦ green 50 ◦ blue 161

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

Shades of Egyptian Blue #1F32A1

Tints of Egyptian Blue #1F32A1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 12.81%
G = 20.66%
B = 66.53%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1F32A1 (or 0x1F32A1) is known color: Egyptian Blue. HEX triplet: 1F, 32 and A1. RGB value is (31,50,161). Sum of RGB (Red+Green+Blue) = 31+50+161=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F32A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F32A1 is #E0CD5E. Grayscale: #383838. Windows color (decimal): -14732639 or 10564127. OLE color: 10564127.

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

Color convert

RGB 31 50 161 -
CMYK 0.81 0.69 0 0.37
HSL 231.23º 0.68% 0.38% -
HSV(B) 231.23º 0.81% 0.63% -
XYZ 8.14 5.15 34.28 -
YUV 56.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 31 50 161 0.81 0.69 0 0.37 231.23 0.68 0.38
Hex 1F 32 A1 51 45 0 25 E7 44 26
Octal 37 62 241 121 105 0 45 347 104 46
Binary 11111 110010 10100001 1010001 1000101 0 100101 11100111 1000100 100110

Color Harmonies of #1F32A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F32A1

Black with #1F32A1

Text Example


Text Example

White with #1F32A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,50,161); }

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

background-color css

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

 a { background-color: rgb(31,50,161); }

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

border-color css

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

 span { border-color: rgb(31,50,161); }

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