#1D42D0

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

Shades of Persian Blue #1D42D0

Tints of Persian Blue #1D42D0

Color information

#1D42D0 (or 0x1D42D0) is unknown color: approx Persian Blue. HEX triplet: 1D, 42 and D0. RGB value is (29,66,208). Sum of RGB (Red+Green+Blue) = 29+66+208=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D42D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42D0 is #E2BD2F. Grayscale: #464646. Windows color (decimal): -14859568 or 13648413. OLE color: 13648413.

HSL color Cylindrical-coordinate representation of color #1D42D0: hue angle of 227.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D42D0 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2966208-
CMYK0.860.6800.18
HSL227.6º75.53%46.47%-
HSV(B)227.6º86.06%81.57%-
XYZ13.848.7160.63-
YUV71.12205.2497.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 208 (81.64% from 255) = 68.65%
R=9.57%
G=21.78%
B=68.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29662080.860.6800.18227.675.5346.47
Hex1D42D05644012e44c2e
Octal3510232012610402234411456
Binary1110110000101101000010101101000100010010111001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D42D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,208); }

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

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

 a { background-color: rgb(29,66,208); }

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

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

 span { border-color: rgb(29,66,208); }

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