#1926C5

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

Shades of Persian Blue #1926C5

Tints of Persian Blue #1926C5

Color information

#1926C5 (or 0x1926C5) is unknown color: approx Persian Blue. HEX triplet: 19, 26 and C5. RGB value is (25,38,197). Sum of RGB (Red+Green+Blue) = 25+38+197=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #1926C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926C5 is #E6D93A. Grayscale: #333333. Windows color (decimal): -15128891 or 12920345. OLE color: 12920345.

HSL color Cylindrical-coordinate representation of color #1926C5: hue angle of 235.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1926C5 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2538197-
CMYK0.870.8100.23
HSL235.47º77.48%43.53%-
HSV(B)235.47º87.31%77.25%-
XYZ11.175.6253.32-
YUV52.24209.69108.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.62%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 197 (77.34% from 255) = 75.77%
R=9.62%
G=14.62%
B=75.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal25381970.870.8100.23235.4777.4843.53
Hex1926C55751017eb4d2c
Octal314630512712102735311554
Binary110011001101100010110101111010001010111111010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1926C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1926C5; }

 p { color: rgb(25,38,197); }

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

<style>
 a { background-color: #1926C5; }

 a { background-color: rgb(25,38,197); }

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

<style>
 span { border-color: #1926C5; }

 span { border-color: rgb(25,38,197); }

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