#1F28AA

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

Shades of Egyptian Blue #1F28AA

Tints of Egyptian Blue #1F28AA

Color information

#1F28AA (or 0x1F28AA) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 28 and AA. RGB value is (31,40,170). Sum of RGB (Red+Green+Blue) = 31+40+170=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F28AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F28AA is #E0D755. Grayscale: #333333. Windows color (decimal): -14735190 or 11151391. OLE color: 11151391.

HSL color Cylindrical-coordinate representation of color #1F28AA: hue angle of 236.12º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F28AA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3140170-
CMYK0.820.7600.33
HSL236.12º69.15%39.41%-
HSV(B)236.12º81.76%66.67%-
XYZ8.584.7138.49-
YUV52.13194.52112.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=12.86%
G=16.60%
B=70.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31401700.820.7600.33236.1269.1539.41
Hex1F28AA524C021ec4527
Octal375025212211404135410547
Binary1111110100010101010101001010011000100001111011001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,170); }

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

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

 a { background-color: rgb(31,40,170); }

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

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

 span { border-color: rgb(31,40,170); }

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