Html Css Color HEX #1F32A0 Egyptian Blue

📋 copy color: '#1F32A0'

red 31 ◦ green 50 ◦ blue 160

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

Shades of Egyptian Blue #1F32A0

Tints of Egyptian Blue #1F32A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 66.39%

R = 12.86%
G = 20.75%
B = 66.39%

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

#1F32A0 (or 0x1F32A0) is known color: Egyptian Blue. HEX triplet: 1F, 32 and A0. RGB value is (31,50,160). Sum of RGB (Red+Green+Blue) = 31+50+160=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F32A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F32A0 is #E0CD5F. Grayscale: #383838. Windows color (decimal): -14732640 or 10498591. OLE color: 10498591.

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

Color convert

RGB 31 50 160 -
CMYK 0.81 0.69 0 0.37
HSL 231.16º 0.68% 0.37% -
HSV(B) 231.16º 0.81% 0.63% -
XYZ 8.05 5.11 33.82 -
YUV 56.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 31 50 160 0.81 0.69 0 0.37 231.16 0.68 0.37
Hex 1F 32 A0 51 45 0 25 E7 44 25
Octal 37 62 240 121 105 0 45 347 104 45
Binary 11111 110010 10100000 1010001 1000101 0 100101 11100111 1000100 100101

Color Harmonies of #1F32A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F32A0

Black with #1F32A0

Text Example


Text Example

White with #1F32A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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