Html Css Color HEX #1F3FA4 Egyptian Blue

📋 copy color: '#1F3FA4'

red 31 ◦ green 63 ◦ blue 164

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

Shades of Egyptian Blue #1F3FA4

Tints of Egyptian Blue #1F3FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

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

R = 12.02%
G = 24.42%
B = 63.57%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F3FA4 (or 0x1F3FA4) is known color: Egyptian Blue. HEX triplet: 1F, 3F and A4. RGB value is (31,63,164). Sum of RGB (Red+Green+Blue) = 31+63+164=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F3FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3FA4 is #E0C05B. Grayscale: #404040. Windows color (decimal): -14729308 or 10764063. OLE color: 10764063.

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

Color convert

RGB 31 63 164 -
CMYK 0.81 0.62 0 0.36
HSL 225.56º 0.68% 0.38% -
HSV(B) 225.56º 0.81% 0.64% -
XYZ 9.04 6.53 35.91 -
YUV 64.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 31 63 164 0.81 0.62 0 0.36 225.56 0.68 0.38
Hex 1F 3F A4 51 3E 0 24 E2 44 26
Octal 37 77 244 121 76 0 44 342 104 46
Binary 11111 111111 10100100 1010001 111110 0 100100 11100010 1000100 100110

Color Harmonies of #1F3FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3FA4

Black with #1F3FA4

Text Example


Text Example

White with #1F3FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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