#1F28A2

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

Shades of Egyptian Blue #1F28A2

Tints of Egyptian Blue #1F28A2

Color information

#1F28A2 (or 0x1F28A2) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 28 and A2. RGB value is (31,40,162). Sum of RGB (Red+Green+Blue) = 31+40+162=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F28A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F28A2 is #E0D75D. Grayscale: #323232. Windows color (decimal): -14735198 or 10627103. OLE color: 10627103.

HSL color Cylindrical-coordinate representation of color #1F28A2: hue angle of 235.88º 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 #1F28A2 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3140162-
CMYK0.810.7500.36
HSL235.88º67.88%37.84%-
HSV(B)235.88º80.86%63.53%-
XYZ7.854.4234.62-
YUV51.22190.52113.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 162 (63.67% from 255) = 69.53%
R=13.30%
G=17.17%
B=69.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31401620.810.7500.36235.8867.8837.84
Hex1F28A2514B024ec4426
Octal375024212111304435410446
Binary1111110100010100010101000110010110100100111011001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F28A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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