#1F27AA

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

Shades of Egyptian Blue #1F27AA

Tints of Egyptian Blue #1F27AA

Color information

#1F27AA (or 0x1F27AA) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 27 and AA. RGB value is (31,39,170). Sum of RGB (Red+Green+Blue) = 31+39+170=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F27AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F27AA is #E0D855. Grayscale: #333333. Windows color (decimal): -14735446 or 11151135. OLE color: 11151135.

HSL color Cylindrical-coordinate representation of color #1F27AA: hue angle of 236.55º 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 #1F27AA is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3139170-
CMYK0.820.7700.33
HSL236.55º69.15%39.41%-
HSV(B)236.55º81.76%66.67%-
XYZ8.554.6438.48-
YUV51.54194.85113.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 170 (66.80% from 255) = 70.83%
R=12.92%
G=16.25%
B=70.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31391700.820.7700.33236.5569.1539.41
Hex1F27AA524D021ed4527
Octal374725212211504135510547
Binary1111110011110101010101001010011010100001111011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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