Html Css Color HEX #1F2FA4 Egyptian Blue

📋 copy color: '#1F2FA4'

red 31 ◦ green 47 ◦ blue 164

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

Shades of Egyptian Blue #1F2FA4

Tints of Egyptian Blue #1F2FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 67.77%

R = 12.81%
G = 19.42%
B = 67.77%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F2FA4 (or 0x1F2FA4) is known color: Egyptian Blue. HEX triplet: 1F, 2F and A4. RGB value is (31,47,164). Sum of RGB (Red+Green+Blue) = 31+47+164=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F2FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2FA4 is #E0D05B. Grayscale: #373737. Windows color (decimal): -14733404 or 10759967. OLE color: 10759967.

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

Color convert

RGB 31 47 164 -
CMYK 0.81 0.71 0 0.36
HSL 232.78º 0.68% 0.38% -
HSV(B) 232.78º 0.81% 0.64% -
XYZ 8.28 5 35.65 -
YUV 55.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 31 47 164 0.81 0.71 0 0.36 232.78 0.68 0.38
Hex 1F 2F A4 51 47 0 24 E9 44 26
Octal 37 57 244 121 107 0 44 351 104 46
Binary 11111 101111 10100100 1010001 1000111 0 100100 11101001 1000100 100110

Color Harmonies of #1F2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2FA4

Black with #1F2FA4

Text Example


Text Example

White with #1F2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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