#1824DF

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

Shades of Persian Blue #1824DF

Tints of Persian Blue #1824DF

Color information

#1824DF (or 0x1824DF) is unknown color: approx Persian Blue. HEX triplet: 18, 24 and DF. RGB value is (24,36,223). Sum of RGB (Red+Green+Blue) = 24+36+223=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #1824DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824DF is #E7DB20. Grayscale: #343434. Windows color (decimal): -15194913 or 14623768. OLE color: 14623768.

HSL color Cylindrical-coordinate representation of color #1824DF: hue angle of 236.38º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1824DF is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2436223-
CMYK0.890.8400.13
HSL236.38º80.57%48.43%-
HSV(B)236.38º89.24%87.45%-
XYZ14.336.7870.37-
YUV53.73223.52106.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 223 (87.5% from 255) = 78.80%
R=8.48%
G=12.72%
B=78.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal24362230.890.8400.13236.3880.5748.43
Hex1824DF59540Dec5130
Octal304433713112401535412160
Binary11000100100110111111011001101010001101111011001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1824DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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