Html Css Color HEX #1F3FA7 Egyptian Blue

📋 copy color: '#1F3FA7'

red 31 ◦ green 63 ◦ blue 167

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

Shades of Egyptian Blue #1F3FA7

Tints of Egyptian Blue #1F3FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.98%

R = 11.88%
G = 24.14%
B = 63.98%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1F3FA7 (or 0x1F3FA7) is known color: Egyptian Blue. HEX triplet: 1F, 3F and A7. RGB value is (31,63,167). Sum of RGB (Red+Green+Blue) = 31+63+167=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 167 (65.62% from 255 or 63.98% from 261); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F3FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3FA7 is #E0C058. Grayscale: #404040. Windows color (decimal): -14729305 or 10960671. OLE color: 10960671.

HSL color Cylindrical-coordinate representation of color #1F3FA7: hue angle of 225.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F3FA7 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 63 167 -
CMYK 0.81 0.62 0 0.35
HSL 225.88º 0.69% 0.39% -
HSV(B) 225.88º 0.81% 0.65% -
XYZ 9.32 6.64 37.35 -
YUV 65.29 185.4 103.54 -
System Red Green Blue C M Y K H S L
Decimal 31 63 167 0.81 0.62 0 0.35 225.88 0.69 0.39
Hex 1F 3F A7 51 3E 0 23 E2 45 27
Octal 37 77 247 121 76 0 43 342 105 47
Binary 11111 111111 10100111 1010001 111110 0 100011 11100010 1000101 100111

Color Harmonies of #1F3FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3FA7

Black with #1F3FA7

Text Example


Text Example

White with #1F3FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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