#1C28D9

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

Shades of Persian Blue #1C28D9

Tints of Persian Blue #1C28D9

Color information

#1C28D9 (or 0x1C28D9) is unknown color: approx Persian Blue. HEX triplet: 1C, 28 and D9. RGB value is (28,40,217). Sum of RGB (Red+Green+Blue) = 28+40+217=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 217 (85.16% from 255 or 76.14% from 285); Max value from RGB is 217 - color contains mainly: blue. Hex color #1C28D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C28D9 is #E3D726. Grayscale: #373737. Windows color (decimal): -14931751 or 14231580. OLE color: 14231580.

HSL color Cylindrical-coordinate representation of color #1C28D9: hue angle of 236.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C28D9 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2840217-
CMYK0.870.8200.15
HSL236.19º77.14%48.04%-
HSV(B)236.19º87.1%85.1%-
XYZ13.766.7766.23-
YUV56.59218.52107.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 217 (85.16% from 255) = 76.14%
R=9.82%
G=14.04%
B=76.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28402170.870.8200.15236.1977.1448.04
Hex1C28D957520Fec4d30
Octal345033112712201735411560
Binary11100101000110110011010111101001001111111011001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C28D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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