#1C42AD

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

Shades of Persian Blue #1C42AD

Tints of Persian Blue #1C42AD

Color information

#1C42AD (or 0x1C42AD) is unknown color: approx Persian Blue. HEX triplet: 1C, 42 and AD. RGB value is (28,66,173). Sum of RGB (Red+Green+Blue) = 28+66+173=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C42AD is #E3BD52. Grayscale: #424242. Windows color (decimal): -14925139 or 11354652. OLE color: 11354652.

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

Color convert

RGB2866173-
CMYK0.840.6200.32
HSL224.28º72.14%39.41%-
HSV(B)224.28º83.82%67.84%-
XYZ9.977.1640.39-
YUV66.84187.91100.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 173 (67.97% from 255) = 64.79%
R=10.49%
G=24.72%
B=64.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28661730.840.6200.32224.2872.1439.41
Hex1C42AD543E020e04827
Octal341022551247604034011047
Binary1110010000101010110110101001111100100000111000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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