#1821CC

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

Shades of Persian Blue #1821CC

Tints of Persian Blue #1821CC

Color information

#1821CC (or 0x1821CC) is unknown color: approx Persian Blue. HEX triplet: 18, 21 and CC. RGB value is (24,33,204). Sum of RGB (Red+Green+Blue) = 24+33+204=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #1821CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821CC is #E7DE33. Grayscale: #313131. Windows color (decimal): -15195700 or 13377816. OLE color: 13377816.

HSL color Cylindrical-coordinate representation of color #1821CC: hue angle of 237º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1821CC is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2433204-
CMYK0.880.8400.2
HSL237º78.95%44.71%-
HSV(B)237º88.24%80%-
XYZ11.825.6457.59-
YUV49.8215.02109.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 204 (80.08% from 255) = 78.16%
R=9.20%
G=12.64%
B=78.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal24332040.880.8400.223778.9544.71
Hex1821CC5854014ed4f2d
Octal304131413012402435511755
Binary110001000011100110010110001010100010100111011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1821CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1821CC; }

 p { color: rgb(24,33,204); }

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

<style>
 a { background-color: #1821CC; }

 a { background-color: rgb(24,33,204); }

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

<style>
 span { border-color: #1821CC; }

 span { border-color: rgb(24,33,204); }

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