#1C43AD

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

Shades of Persian Blue #1C43AD

Tints of Persian Blue #1C43AD

Color information

#1C43AD (or 0x1C43AD) is unknown color: approx Persian Blue. HEX triplet: 1C, 43 and AD. RGB value is (28,67,173). Sum of RGB (Red+Green+Blue) = 28+67+173=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C43AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C43AD is #E3BC52. Grayscale: #424242. Windows color (decimal): -14924883 or 11354908. OLE color: 11354908.

HSL color Cylindrical-coordinate representation of color #1C43AD: hue angle of 223.86º 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 #1C43AD is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2867173-
CMYK0.840.6100.32
HSL223.86º72.14%39.41%-
HSV(B)223.86º83.82%67.84%-
XYZ10.037.2840.41-
YUV67.42187.5899.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=10.45%
G=25%
B=64.55%

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
Decimal28671730.840.6100.32223.8672.1439.41
Hex1C43AD543D020e04827
Octal341032551247504034011047
Binary1110010000111010110110101001111010100000111000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C43AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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