#1923BD

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

Shades of Persian Blue #1923BD

Tints of Persian Blue #1923BD

Color information

#1923BD (or 0x1923BD) is unknown color: approx Persian Blue. HEX triplet: 19, 23 and BD. RGB value is (25,35,189). Sum of RGB (Red+Green+Blue) = 25+35+189=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #1923BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1923BD is #E6DC42. Grayscale: #303030. Windows color (decimal): -15129667 or 12395289. OLE color: 12395289.

HSL color Cylindrical-coordinate representation of color #1923BD: hue angle of 236.34º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1923BD is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2535189-
CMYK0.870.8100.26
HSL236.34º76.64%41.96%-
HSV(B)236.34º86.77%74.12%-
XYZ10.195.0848.59-
YUV49.57206.69110.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 189 (74.22% from 255) = 75.90%
R=10.04%
G=14.06%
B=75.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal25351890.870.8100.26236.3476.6441.96
Hex1923BD575101Aec4d2a
Octal314327512712103235411552
Binary110011000111011110110101111010001011010111011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1923BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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