#1D19C0

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

Shades of Persian Blue #1D19C0

Tints of Persian Blue #1D19C0

Color information

#1D19C0 (or 0x1D19C0) is unknown color: approx Persian Blue. HEX triplet: 1D, 19 and C0. RGB value is (29,25,192). Sum of RGB (Red+Green+Blue) = 29+25+192=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 192 (75.39% from 255 or 78.05% from 246); Max value from RGB is 192 - color contains mainly: blue. Hex color #1D19C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19C0 is #E2E63F. Grayscale: #2C2C2C. Windows color (decimal): -14870080 or 12589341. OLE color: 12589341.

HSL color Cylindrical-coordinate representation of color #1D19C0: hue angle of 241.44º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D19C0 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2925192-
CMYK0.850.8700.25
HSL241.44º76.96%42.55%-
HSV(B)241.44º86.98%75.29%-
XYZ10.374.7650.24-
YUV45.23210.83116.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.79%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 192 (75.39% from 255) = 78.05%
R=11.79%
G=10.16%
B=78.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29251920.850.8700.25241.4476.9642.55
Hex1D19C05557019f14d2b
Octal353130012512703136111553
Binary11101110011100000010101011010111011001111100011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D19C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,192); }

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

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

 a { background-color: rgb(29,25,192); }

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

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

 span { border-color: rgb(29,25,192); }

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