#1D44C9

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

Shades of Persian Blue #1D44C9

Tints of Persian Blue #1D44C9

Color information

#1D44C9 (or 0x1D44C9) is unknown color: approx Persian Blue. HEX triplet: 1D, 44 and C9. RGB value is (29,68,201). Sum of RGB (Red+Green+Blue) = 29+68+201=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #1D44C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D44C9 is #E2BB36. Grayscale: #464646. Windows color (decimal): -14859063 or 13190173. OLE color: 13190173.

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

Color convert

RGB2968201-
CMYK0.860.6600.21
HSL226.4º74.78%45.1%-
HSV(B)226.4º85.57%78.82%-
XYZ13.128.6156.23-
YUV71.5201.0897.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.73%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 201 (78.91% from 255) = 67.45%
R=9.73%
G=22.82%
B=67.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29682010.860.6600.21226.474.7845.1
Hex1D44C95642015e24b2d
Octal3510431112610202534211355
Binary1110110001001100100110101101000010010101111000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D44C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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