#1832BD

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

Shades of Persian Blue #1832BD

Tints of Persian Blue #1832BD

Color information

#1832BD (or 0x1832BD) is unknown color: approx Persian Blue. HEX triplet: 18, 32 and BD. RGB value is (24,50,189). Sum of RGB (Red+Green+Blue) = 24+50+189=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #1832BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1832BD is #E7CD42. Grayscale: #393939. Windows color (decimal): -15191363 or 12399128. OLE color: 12399128.

HSL color Cylindrical-coordinate representation of color #1832BD: hue angle of 230.55º 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 #1832BD is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2450189-
CMYK0.870.7400.26
HSL230.55º77.46%41.76%-
HSV(B)230.55º87.3%74.12%-
XYZ10.76.1548.77-
YUV58.07201.89103.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=9.13%
G=19.01%
B=71.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24501890.870.7400.26230.5577.4641.76
Hex1832BD574A01Ae74d2a
Octal306227512711203234711552
Binary110001100101011110110101111001010011010111001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1832BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,50,189); }

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

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

 a { background-color: rgb(24,50,189); }

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

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

 span { border-color: rgb(24,50,189); }

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