#1926CA

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

Shades of Persian Blue #1926CA

Tints of Persian Blue #1926CA

Color information

#1926CA (or 0x1926CA) is unknown color: approx Persian Blue. HEX triplet: 19, 26 and CA. RGB value is (25,38,202). Sum of RGB (Red+Green+Blue) = 25+38+202=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #1926CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926CA is #E6D935. Grayscale: #343434. Windows color (decimal): -15128886 or 13248025. OLE color: 13248025.

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

Color convert

RGB2538202-
CMYK0.880.8100.21
HSL235.59º77.97%44.51%-
HSV(B)235.59º87.62%79.22%-
XYZ11.755.8656.39-
YUV52.81212.19108.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 202 (79.30% from 255) = 76.23%
R=9.43%
G=14.34%
B=76.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25382020.880.8100.21235.5977.9744.51
Hex1926CA5851015ec4e2d
Octal314631213012102535411655
Binary110011001101100101010110001010001010101111011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1926CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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