#1F45A7

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

Shades of Egyptian Blue #1F45A7

Tints of Egyptian Blue #1F45A7

Color information

#1F45A7 (or 0x1F45A7) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 45 and A7. RGB value is (31,69,167). Sum of RGB (Red+Green+Blue) = 31+69+167=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F45A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F45A7 is #E0BA58. Grayscale: #444444. Windows color (decimal): -14727769 or 10962207. OLE color: 10962207.

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

Color convert

RGB3169167-
CMYK0.810.5900.35
HSL223.24º68.69%38.82%-
HSV(B)223.24º81.44%65.49%-
XYZ9.677.3437.47-
YUV68.81183.41101.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=11.61%
G=25.84%
B=62.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31691670.810.5900.35223.2468.6938.82
Hex1F45A7513B023df4527
Octal371052471217304333710547
Binary1111110001011010011110100011110110100011110111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F45A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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