#1920CE

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

Shades of Persian Blue #1920CE

Tints of Persian Blue #1920CE

Color information

#1920CE (or 0x1920CE) is unknown color: approx Persian Blue. HEX triplet: 19, 20 and CE. RGB value is (25,32,206). Sum of RGB (Red+Green+Blue) = 25+32+206=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1920CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1920CE is #E6DF31. Grayscale: #313131. Windows color (decimal): -15130418 or 13508633. OLE color: 13508633.

HSL color Cylindrical-coordinate representation of color #1920CE: hue angle of 237.68º 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 #1920CE is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2532206-
CMYK0.880.8400.19
HSL237.68º78.35%45.29%-
HSV(B)237.68º87.86%80.78%-
XYZ12.065.758.86-
YUV49.74216.18110.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.51%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 206 (80.86% from 255) = 78.33%
R=9.51%
G=12.17%
B=78.33%

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
Decimal25322060.880.8400.19237.6878.3545.29
Hex1920CE5854013ee4e2d
Octal314031613012402335611655
Binary110011000001100111010110001010100010011111011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1920CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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