#1921CE

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

Shades of Persian Blue #1921CE

Tints of Persian Blue #1921CE

Color information

#1921CE (or 0x1921CE) is unknown color: approx Persian Blue. HEX triplet: 19, 21 and CE. RGB value is (25,33,206). Sum of RGB (Red+Green+Blue) = 25+33+206=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #1921CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921CE is #E6DE31. Grayscale: #313131. Windows color (decimal): -15130162 or 13508889. OLE color: 13508889.

HSL color Cylindrical-coordinate representation of color #1921CE: hue angle of 237.35º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1921CE is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2533206-
CMYK0.880.8400.19
HSL237.35º78.35%45.29%-
HSV(B)237.35º87.86%80.78%-
XYZ12.095.7558.87-
YUV50.33215.85109.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 206 (80.86% from 255) = 78.03%
R=9.47%
G=12.5%
B=78.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25332060.880.8400.19237.3578.3545.29
Hex1921CE5854013ed4e2d
Octal314131613012402335511655
Binary110011000011100111010110001010100010011111011011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1921CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1921CE; }

 p { color: rgb(25,33,206); }

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

<style>
 a { background-color: #1921CE; }

 a { background-color: rgb(25,33,206); }

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

<style>
 span { border-color: #1921CE; }

 span { border-color: rgb(25,33,206); }

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