#1923CA

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

Shades of Persian Blue #1923CA

Tints of Persian Blue #1923CA

Color information

#1923CA (or 0x1923CA) is unknown color: approx Persian Blue. HEX triplet: 19, 23 and CA. RGB value is (25,35,202). Sum of RGB (Red+Green+Blue) = 25+35+202=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 202 (79.30% from 255 or 77.10% from 262); Max value from RGB is 202 - color contains mainly: blue. Hex color #1923CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1923CA is #E6DC35. Grayscale: #323232. Windows color (decimal): -15129654 or 13247257. OLE color: 13247257.

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

Color convert

RGB2535202-
CMYK0.880.8300.21
HSL236.61º77.97%44.51%-
HSV(B)236.61º87.62%79.22%-
XYZ11.665.6756.36-
YUV51.05213.19109.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 202 (79.30% from 255) = 77.10%
R=9.54%
G=13.36%
B=77.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25352020.880.8300.21236.6177.9744.51
Hex1923CA5853015ed4e2d
Octal314331213012302535511655
Binary110011000111100101010110001010011010101111011011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1923CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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