#1021D4

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

Shades of Persian Blue #1021D4

Tints of Persian Blue #1021D4

Color information

#1021D4 (or 0x1021D4) is unknown color: approx Persian Blue. HEX triplet: 10, 21 and D4. RGB value is (16,33,212). Sum of RGB (Red+Green+Blue) = 16+33+212=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 212 (83.20% from 255 or 81.23% from 261); Max value from RGB is 212 - color contains mainly: blue. Hex color #1021D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1021D4 is #EFDE2B. Grayscale: #2F2F2F. Windows color (decimal): -15719980 or 13902096. OLE color: 13902096.

HSL color Cylindrical-coordinate representation of color #1021D4: hue angle of 234.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1021D4 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1633212-
CMYK0.920.8400.17
HSL234.8º85.96%44.71%-
HSV(B)234.8º92.45%83.14%-
XYZ12.645.9562.77-
YUV48.32220.37104.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 212 (83.20% from 255) = 81.23%
R=6.13%
G=12.64%
B=81.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16332120.920.8400.17234.885.9644.71
Hex1021D45C54011eb562d
Octal204132413412402135312655
Binary100001000011101010010111001010100010001111010111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1021D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1021D4; }

 p { color: rgb(16,33,212); }

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

<style>
 a { background-color: #1021D4; }

 a { background-color: rgb(16,33,212); }

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

<style>
 span { border-color: #1021D4; }

 span { border-color: rgb(16,33,212); }

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