#1824B4

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

Shades of Persian Blue #1824B4

Tints of Persian Blue #1824B4

Color information

#1824B4 (or 0x1824B4) is unknown color: approx Persian Blue. HEX triplet: 18, 24 and B4. RGB value is (24,36,180). Sum of RGB (Red+Green+Blue) = 24+36+180=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #1824B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824B4 is #E7DB4B. Grayscale: #303030. Windows color (decimal): -15194956 or 11805720. OLE color: 11805720.

HSL color Cylindrical-coordinate representation of color #1824B4: hue angle of 235.38º degrees, saturation: 0.76, 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 #1824B4 is Cyan = 0.87, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2436180-
CMYK0.870.800.29
HSL235.38º76.47%40%-
HSV(B)235.38º86.67%70.59%-
XYZ9.254.7543.61-
YUV48.83202.02110.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 180 (70.70% from 255) = 75%
R=10%
G=15%
B=75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24361800.870.800.29235.3876.4740
Hex1824B4575001Deb4c28
Octal304426412712003535311450
Binary110001001001011010010101111010000011101111010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1824B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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