#1922C1

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

Shades of Persian Blue #1922C1

Tints of Persian Blue #1922C1

Color information

#1922C1 (or 0x1922C1) is unknown color: approx Persian Blue. HEX triplet: 19, 22 and C1. RGB value is (25,34,193). Sum of RGB (Red+Green+Blue) = 25+34+193=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 193 (75.78% from 255 or 76.59% from 252); Max value from RGB is 193 - color contains mainly: blue. Hex color #1922C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1922C1 is #E6DD3E. Grayscale: #303030. Windows color (decimal): -15129919 or 12657177. OLE color: 12657177.

HSL color Cylindrical-coordinate representation of color #1922C1: hue angle of 236.79º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1922C1 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2534193-
CMYK0.870.8200.24
HSL236.79º77.06%42.75%-
HSV(B)236.79º87.05%75.69%-
XYZ10.65.250.9-
YUV49.44209.02110.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 193 (75.78% from 255) = 76.59%
R=9.92%
G=13.49%
B=76.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25341930.870.8200.24236.7977.0642.75
Hex1922C15752018ed4d2b
Octal314230112712203035511553
Binary110011000101100000110101111010010011000111011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1922C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1922C1; }

 p { color: rgb(25,34,193); }

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

<style>
 a { background-color: #1922C1; }

 a { background-color: rgb(25,34,193); }

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

<style>
 span { border-color: #1922C1; }

 span { border-color: rgb(25,34,193); }

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