#1F3A9C

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

Shades of Egyptian Blue #1F3A9C

Tints of Egyptian Blue #1F3A9C

Color information

#1F3A9C (or 0x1F3A9C) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3A and 9C. RGB value is (31,58,156). Sum of RGB (Red+Green+Blue) = 31+58+156=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F3A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3A9C is #E0C563. Grayscale: #3C3C3C. Windows color (decimal): -14730596 or 10238495. OLE color: 10238495.

HSL color Cylindrical-coordinate representation of color #1F3A9C: hue angle of 227.04º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F3A9C is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3158156-
CMYK0.800.6300.39
HSL227.04º66.84%36.67%-
HSV(B)227.04º80.13%61.18%-
XYZ8.085.7232.13-
YUV61.1181.55106.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 156 (61.33% from 255) = 63.67%
R=12.65%
G=23.67%
B=63.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31581560.800.6300.39227.0466.8436.67
Hex1F3A9C503F027e34325
Octal37722341207704734310345
Binary111111110101001110010100001111110100111111000111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,58,156); }

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

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

 a { background-color: rgb(31,58,156); }

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

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

 span { border-color: rgb(31,58,156); }

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