#1C22D7

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

Shades of Persian Blue #1C22D7

Tints of Persian Blue #1C22D7

Color information

#1C22D7 (or 0x1C22D7) is unknown color: approx Persian Blue. HEX triplet: 1C, 22 and D7. RGB value is (28,34,215). Sum of RGB (Red+Green+Blue) = 28+34+215=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 215 (84.38% from 255 or 77.62% from 277); Max value from RGB is 215 - color contains mainly: blue. Hex color #1C22D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C22D7 is #E3DD28. Grayscale: #343434. Windows color (decimal): -14933289 or 14098972. OLE color: 14098972.

HSL color Cylindrical-coordinate representation of color #1C22D7: hue angle of 238.07º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C22D7 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2834215-
CMYK0.870.8400.16
HSL238.07º76.95%47.65%-
HSV(B)238.07º86.98%84.31%-
XYZ13.326.364.8-
YUV52.84219.51110.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 215 (84.38% from 255) = 77.62%
R=10.11%
G=12.27%
B=77.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal28342150.870.8400.16238.0776.9547.65
Hex1C22D75754010ee4d30
Octal344232712712402035611560
Binary111001000101101011110101111010100010000111011101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C22D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,215); }

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

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

 a { background-color: rgb(28,34,215); }

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

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

 span { border-color: rgb(28,34,215); }

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