#1832BF

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

Shades of Persian Blue #1832BF

Tints of Persian Blue #1832BF

Color information

#1832BF (or 0x1832BF) is unknown color: approx Persian Blue. HEX triplet: 18, 32 and BF. RGB value is (24,50,191). Sum of RGB (Red+Green+Blue) = 24+50+191=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #1832BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1832BF is #E7CD40. Grayscale: #393939. Windows color (decimal): -15191361 or 12530200. OLE color: 12530200.

HSL color Cylindrical-coordinate representation of color #1832BF: hue angle of 230.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1832BF is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2450191-
CMYK0.870.7400.25
HSL230.66º77.67%42.16%-
HSV(B)230.66º87.43%74.9%-
XYZ10.926.2449.92-
YUV58.3202.89103.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 191 (75% from 255) = 72.08%
R=9.06%
G=18.87%
B=72.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24501910.870.7400.25230.6677.6742.16
Hex1832BF574A019e74e2a
Octal306227712711203134711652
Binary110001100101011111110101111001010011001111001111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1832BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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