#1F259A

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

Shades of Egyptian Blue #1F259A

Tints of Egyptian Blue #1F259A

Color information

#1F259A (or 0x1F259A) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 25 and 9A. RGB value is (31,37,154). Sum of RGB (Red+Green+Blue) = 31+37+154=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F259A is #E0DA65. Grayscale: #303030. Windows color (decimal): -14735974 or 10102047. OLE color: 10102047.

HSL color Cylindrical-coordinate representation of color #1F259A: hue angle of 237.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F259A is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3137154-
CMYK0.800.7600.40
HSL237.07º66.49%36.27%-
HSV(B)237.07º79.87%60.39%-
XYZ7.063.9530.96-
YUV48.54187.51115.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 154 (60.55% from 255) = 69.37%
R=13.96%
G=16.67%
B=69.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31371540.800.7600.40237.0766.4936.27
Hex1F259A504C028ed4224
Octal374523212011405035510244
Binary1111110010110011010101000010011000101000111011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,154); }

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

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

 a { background-color: rgb(31,37,154); }

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

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

 span { border-color: rgb(31,37,154); }

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