#1831BD

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

Shades of Persian Blue #1831BD

Tints of Persian Blue #1831BD

Color information

#1831BD (or 0x1831BD) is unknown color: approx Persian Blue. HEX triplet: 18, 31 and BD. RGB value is (24,49,189). Sum of RGB (Red+Green+Blue) = 24+49+189=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #1831BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1831BD is #E7CE42. Grayscale: #383838. Windows color (decimal): -15191619 or 12398872. OLE color: 12398872.

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

Color convert

RGB2449189-
CMYK0.870.7400.26
HSL230.91º77.46%41.76%-
HSV(B)230.91º87.3%74.12%-
XYZ10.666.0648.75-
YUV57.48202.22104.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 189 (74.22% from 255) = 72.14%
R=9.16%
G=18.70%
B=72.14%

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
Decimal24491890.870.7400.26230.9177.4641.76
Hex1831BD574A01Ae74d2a
Octal306127512711203234711552
Binary110001100011011110110101111001010011010111001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1831BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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