#1933D1

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

Shades of Persian Blue #1933D1

Tints of Persian Blue #1933D1

Color information

#1933D1 (or 0x1933D1) is unknown color: approx Persian Blue. HEX triplet: 19, 33 and D1. RGB value is (25,51,209). Sum of RGB (Red+Green+Blue) = 25+51+209=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #1933D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1933D1 is #E6CC2E. Grayscale: #3C3C3C. Windows color (decimal): -15125551 or 13710105. OLE color: 13710105.

HSL color Cylindrical-coordinate representation of color #1933D1: hue angle of 231.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1933D1 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2551209-
CMYK0.880.7600.18
HSL231.52º78.63%45.88%-
HSV(B)231.52º88.04%81.96%-
XYZ13.097.1861.02-
YUV61.24211.39102.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 209 (82.03% from 255) = 73.33%
R=8.77%
G=17.89%
B=73.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25512090.880.7600.18231.5278.6345.88
Hex1933D1584C012e84f2e
Octal316332113011402235011756
Binary110011100111101000110110001001100010010111010001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1933D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1933D1; }

 p { color: rgb(25,51,209); }

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

<style>
 a { background-color: #1933D1; }

 a { background-color: rgb(25,51,209); }

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

<style>
 span { border-color: #1933D1; }

 span { border-color: rgb(25,51,209); }

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