#1D22C2

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

Shades of Persian Blue #1D22C2

Tints of Persian Blue #1D22C2

Color information

#1D22C2 (or 0x1D22C2) is unknown color: approx Persian Blue. HEX triplet: 1D, 22 and C2. RGB value is (29,34,194). Sum of RGB (Red+Green+Blue) = 29+34+194=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #1D22C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D22C2 is #E2DD3D. Grayscale: #323232. Windows color (decimal): -14867774 or 12722717. OLE color: 12722717.

HSL color Cylindrical-coordinate representation of color #1D22C2: hue angle of 238.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D22C2 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2934194-
CMYK0.850.8200.24
HSL238.18º73.99%43.73%-
HSV(B)238.18º85.05%76.08%-
XYZ10.825.351.49-
YUV50.74208.84112.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 194 (76.17% from 255) = 75.49%
R=11.28%
G=13.23%
B=75.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29341940.850.8200.24238.1873.9943.73
Hex1D22C25552018ee4a2c
Octal354230212512203035611254
Binary111011000101100001010101011010010011000111011101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D22C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,194); }

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

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

 a { background-color: rgb(29,34,194); }

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

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

 span { border-color: rgb(29,34,194); }

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