#1D43C9

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

Shades of Persian Blue #1D43C9

Tints of Persian Blue #1D43C9

Color information

#1D43C9 (or 0x1D43C9) is unknown color: approx Persian Blue. HEX triplet: 1D, 43 and C9. RGB value is (29,67,201). Sum of RGB (Red+Green+Blue) = 29+67+201=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #1D43C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D43C9 is #E2BC36. Grayscale: #464646. Windows color (decimal): -14859319 or 13189917. OLE color: 13189917.

HSL color Cylindrical-coordinate representation of color #1D43C9: hue angle of 226.74º 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 #1D43C9 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2967201-
CMYK0.860.6700.21
HSL226.74º74.78%45.1%-
HSV(B)226.74º85.57%78.82%-
XYZ13.068.4956.21-
YUV70.91201.4198.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.76%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 201 (78.91% from 255) = 67.68%
R=9.76%
G=22.56%
B=67.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29672010.860.6700.21226.7474.7845.1
Hex1D43C95643015e34b2d
Octal3510331112610302534311355
Binary1110110000111100100110101101000011010101111000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D43C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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