#1C28AE

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

Shades of Persian Blue #1C28AE

Tints of Persian Blue #1C28AE

Color information

#1C28AE (or 0x1C28AE) is unknown color: approx Persian Blue. HEX triplet: 1C, 28 and AE. RGB value is (28,40,174). Sum of RGB (Red+Green+Blue) = 28+40+174=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C28AE is #E3D751. Grayscale: #333333. Windows color (decimal): -14931794 or 11413532. OLE color: 11413532.

HSL color Cylindrical-coordinate representation of color #1C28AE: hue angle of 235.07º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C28AE is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2840174-
CMYK0.840.7700.32
HSL235.07º72.28%39.61%-
HSV(B)235.07º83.91%68.24%-
XYZ8.884.8240.51-
YUV51.69197.02111.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=11.57%
G=16.53%
B=71.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28401740.840.7700.32235.0772.2839.61
Hex1C28AE544D020eb4828
Octal345025612411504035311050
Binary1110010100010101110101010010011010100000111010111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,40,174); }

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

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

 a { background-color: rgb(28,40,174); }

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

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

 span { border-color: rgb(28,40,174); }

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