#1928DC

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

Shades of Persian Blue #1928DC

Tints of Persian Blue #1928DC

Color information

#1928DC (or 0x1928DC) is unknown color: approx Persian Blue. HEX triplet: 19, 28 and DC. RGB value is (25,40,220). Sum of RGB (Red+Green+Blue) = 25+40+220=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #1928DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1928DC is #E6D723. Grayscale: #373737. Windows color (decimal): -15128356 or 14428185. OLE color: 14428185.

HSL color Cylindrical-coordinate representation of color #1928DC: hue angle of 235.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1928DC is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2540220-
CMYK0.890.8200.14
HSL235.38º79.59%48.04%-
HSV(B)235.38º88.64%86.27%-
XYZ14.086.8968.3-
YUV56.04220.53105.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 220 (86.33% from 255) = 77.19%
R=8.77%
G=14.04%
B=77.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25402200.890.8200.14235.3879.5948.04
Hex1928DC59520Eeb5030
Octal315033413112201635312060
Binary11001101000110111001011001101001001110111010111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1928DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1928DC; }

 p { color: rgb(25,40,220); }

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

<style>
 a { background-color: #1928DC; }

 a { background-color: rgb(25,40,220); }

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

<style>
 span { border-color: #1928DC; }

 span { border-color: rgb(25,40,220); }

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