#1C44AD

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

Shades of Persian Blue #1C44AD

Tints of Persian Blue #1C44AD

Color information

#1C44AD (or 0x1C44AD) is unknown color: approx Persian Blue. HEX triplet: 1C, 44 and AD. RGB value is (28,68,173). Sum of RGB (Red+Green+Blue) = 28+68+173=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C44AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C44AD is #E3BB52. Grayscale: #434343. Windows color (decimal): -14924627 or 11355164. OLE color: 11355164.

HSL color Cylindrical-coordinate representation of color #1C44AD: hue angle of 223.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C44AD is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2868173-
CMYK0.840.6100.32
HSL223.45º72.14%39.41%-
HSV(B)223.45º83.82%67.84%-
XYZ10.097.440.43-
YUV68.01187.2599.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.41%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 64.31%
R=10.41%
G=25.28%
B=64.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28681730.840.6100.32223.4572.1439.41
Hex1C44AD543D020df4827
Octal341042551247504033711047
Binary1110010001001010110110101001111010100000110111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,173); }

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

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

 a { background-color: rgb(28,68,173); }

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

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

 span { border-color: rgb(28,68,173); }

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