#1F26AA

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

Shades of Egyptian Blue #1F26AA

Tints of Egyptian Blue #1F26AA

Color information

#1F26AA (or 0x1F26AA) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 26 and AA. RGB value is (31,38,170). Sum of RGB (Red+Green+Blue) = 31+38+170=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F26AA is #E0D955. Grayscale: #323232. Windows color (decimal): -14735702 or 11150879. OLE color: 11150879.

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

Color convert

RGB3138170-
CMYK0.820.7800.33
HSL236.98º69.15%39.41%-
HSV(B)236.98º81.76%66.67%-
XYZ8.514.5838.47-
YUV50.96195.18113.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 170 (66.80% from 255) = 71.13%
R=12.97%
G=15.90%
B=71.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31381700.820.7800.33236.9869.1539.41
Hex1F26AA524E021ed4527
Octal374625212211604135510547
Binary1111110011010101010101001010011100100001111011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F26AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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