#1928ca

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

Shades of Persian Blue #1928CA

Tints of Persian Blue #1928CA

Color information

#1928CA (or 0x1928CA) is unknown color: approx Persian Blue. HEX triplet: 19, 28 and CA. RGB value is (25,40,202). Sum of RGB (Red+Green+Blue) = 25+40+202=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #1928CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1928CA is #E6D735. Grayscale: #353535. Windows color (decimal): -15128374 or 13248537. OLE color: 13248537.

HSL color Cylindrical-coordinate representation of color #1928CA: hue angle of 234.92º 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 #1928CA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2540202-
CMYK0.880.8000.21
HSL234.92º77.97%44.51%-
HSV(B)234.92º87.62%79.22%-
XYZ11.825.9956.41-
YUV53.98211.53107.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 202 (79.30% from 255) = 75.66%
R=9.36%
G=14.98%
B=75.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25402020.880.8000.21234.9277.9744.51
Hex1928CA5850015eb4e2d
Octal315031213012002535311655
Binary110011010001100101010110001010000010101111010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1928ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1928ca; }

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

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

<style>
 a { background-color: #1928ca; }

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

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

<style>
 span { border-color: #1928ca; }

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

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