#1421CE

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

Shades of Persian Blue #1421CE

Tints of Persian Blue #1421CE

Color information

#1421CE (or 0x1421CE) is unknown color: approx Persian Blue. HEX triplet: 14, 21 and CE. RGB value is (20,33,206). Sum of RGB (Red+Green+Blue) = 20+33+206=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #1421CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421CE is #EBDE31. Grayscale: #303030. Windows color (decimal): -15457842 or 13508884. OLE color: 13508884.

HSL color Cylindrical-coordinate representation of color #1421CE: hue angle of 235.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1421CE is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2033206-
CMYK0.900.8400.19
HSL235.81º82.3%44.31%-
HSV(B)235.81º90.29%80.78%-
XYZ11.975.6958.86-
YUV48.84216.69107.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 206 (80.86% from 255) = 79.54%
R=7.72%
G=12.74%
B=79.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20332060.900.8400.19235.8182.344.31
Hex1421CE5A54013ec522c
Octal244131613212402335412254
Binary101001000011100111010110101010100010011111011001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1421CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1421CE; }

 p { color: rgb(20,33,206); }

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

<style>
 a { background-color: #1421CE; }

 a { background-color: rgb(20,33,206); }

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

<style>
 span { border-color: #1421CE; }

 span { border-color: rgb(20,33,206); }

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