#1817B4

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

Shades of Persian Blue #1817B4

Tints of Persian Blue #1817B4

Color information

#1817B4 (or 0x1817B4) is unknown color: approx Persian Blue. HEX triplet: 18, 17 and B4. RGB value is (24,23,180). Sum of RGB (Red+Green+Blue) = 24+23+180=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 180 (70.70% from 255 or 79.30% from 227); Max value from RGB is 180 - color contains mainly: blue. Hex color #1817B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817B4 is #E7E84B. Grayscale: #282828. Windows color (decimal): -15198284 or 11802392. OLE color: 11802392.

HSL color Cylindrical-coordinate representation of color #1817B4: hue angle of 240.38º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1817B4 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2423180-
CMYK0.870.8700.29
HSL240.38º77.34%39.8%-
HSV(B)240.38º87.22%70.59%-
XYZ8.924.143.5-
YUV41.2206.33115.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 180 (70.70% from 255) = 79.30%
R=10.57%
G=10.13%
B=79.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24231800.870.8700.29240.3877.3439.8
Hex1817B4575701Df04d28
Octal302726412712703536011550
Binary11000101111011010010101111010111011101111100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1817B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1817B4; }

 p { color: rgb(24,23,180); }

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

<style>
 a { background-color: #1817B4; }

 a { background-color: rgb(24,23,180); }

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

<style>
 span { border-color: #1817B4; }

 span { border-color: rgb(24,23,180); }

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