#1F4AA4

Color #1F4AA4 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1F4AA4

Tints of Egyptian Blue #1F4AA4

Color information

#1F4AA4 (or 0x1F4AA4) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 4A and A4. RGB value is (31,74,164). Sum of RGB (Red+Green+Blue) = 31+74+164=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F4AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4AA4 is #E0B55B. Grayscale: #474747. Windows color (decimal): -14726492 or 10766879. OLE color: 10766879.

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

Color convert

RGB3174164-
CMYK0.810.5500.36
HSL220.6º68.21%38.24%-
HSV(B)220.6º81.1%64.31%-
XYZ9.717.8736.13-
YUV71.4180.2599.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 164 (64.45% from 255) = 60.97%
R=11.52%
G=27.51%
B=60.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31741640.810.5500.36220.668.2138.24
Hex1F4AA45137024dd4426
Octal371122441216704433510446
Binary1111110010101010010010100011101110100100110111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F4AA4;
 }
 .AnyTagClassName
 {
   color: #1F4AA4;
 }
</style>
background-color css

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

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

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

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

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

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