#1D20C9

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

Shades of Persian Blue #1D20C9

Tints of Persian Blue #1D20C9

Color information

#1D20C9 (or 0x1D20C9) is unknown color: approx Persian Blue. HEX triplet: 1D, 20 and C9. RGB value is (29,32,201). Sum of RGB (Red+Green+Blue) = 29+32+201=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 201 (78.91% from 255 or 76.72% from 262); Max value from RGB is 201 - color contains mainly: blue. Hex color #1D20C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D20C9 is #E2DF36. Grayscale: #313131. Windows color (decimal): -14868279 or 13180957. OLE color: 13180957.

HSL color Cylindrical-coordinate representation of color #1D20C9: hue angle of 238.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D20C9 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2932201-
CMYK0.860.8400.21
HSL238.95º74.78%45.1%-
HSV(B)238.95º85.57%78.82%-
XYZ11.575.5155.71-
YUV50.37213.01112.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 201 (78.91% from 255) = 76.72%
R=11.07%
G=12.21%
B=76.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29322010.860.8400.21238.9574.7845.1
Hex1D20C95654015ef4b2d
Octal354031112612402535711355
Binary111011000001100100110101101010100010101111011111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D20C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D20C9; }

 p { color: rgb(29,32,201); }

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

<style>
 a { background-color: #1D20C9; }

 a { background-color: rgb(29,32,201); }

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

<style>
 span { border-color: #1D20C9; }

 span { border-color: rgb(29,32,201); }

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