Html Css Color HEX #1F2FA1 Egyptian Blue

📋 copy color: '#1F2FA1'

red 31 ◦ green 47 ◦ blue 161

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

Shades of Egyptian Blue #1F2FA1

Tints of Egyptian Blue #1F2FA1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

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

R = 12.97%
G = 19.67%
B = 67.36%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1F2FA1 (or 0x1F2FA1) is known color: Egyptian Blue. HEX triplet: 1F, 2F and A1. RGB value is (31,47,161). Sum of RGB (Red+Green+Blue) = 31+47+161=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F2FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2FA1 is #E0D05E. Grayscale: #363636. Windows color (decimal): -14733407 or 10563359. OLE color: 10563359.

HSL color Cylindrical-coordinate representation of color #1F2FA1: hue angle of 232.62º 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 #1F2FA1 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 47 161 -
CMYK 0.81 0.71 0 0.37
HSL 232.62º 0.68% 0.38% -
HSV(B) 232.62º 0.81% 0.63% -
XYZ 8.01 4.9 34.24 -
YUV 55.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 31 47 161 0.81 0.71 0 0.37 232.62 0.68 0.38
Hex 1F 2F A1 51 47 0 25 E9 44 26
Octal 37 57 241 121 107 0 45 351 104 46
Binary 11111 101111 10100001 1010001 1000111 0 100101 11101001 1000100 100110

Color Harmonies of #1F2FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2FA1

Black with #1F2FA1

Text Example


Text Example

White with #1F2FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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