#1f26a3

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

Shades of Egyptian Blue #1F26A3

Tints of Egyptian Blue #1F26A3

Color information

#1F26A3 (or 0x1F26A3) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 26 and A3. RGB value is (31,38,163). Sum of RGB (Red+Green+Blue) = 31+38+163=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F26A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F26A3 is #E0D95C. Grayscale: #313131. Windows color (decimal): -14735709 or 10692127. OLE color: 10692127.

HSL color Cylindrical-coordinate representation of color #1F26A3: hue angle of 236.82º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F26A3 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3138163-
CMYK0.810.7700.36
HSL236.82º68.04%38.04%-
HSV(B)236.82º80.98%63.92%-
XYZ7.874.3235.07-
YUV50.16191.68114.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=13.36%
G=16.38%
B=70.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31381630.810.7700.36236.8268.0438.04
Hex1F26A3514D024ed4426
Octal374624312111504435510446
Binary1111110011010100011101000110011010100100111011011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f26a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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