#1D39D9

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

Shades of Persian Blue #1D39D9

Tints of Persian Blue #1D39D9

Color information

#1D39D9 (or 0x1D39D9) is unknown color: approx Persian Blue. HEX triplet: 1D, 39 and D9. RGB value is (29,57,217). Sum of RGB (Red+Green+Blue) = 29+57+217=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #1D39D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D39D9 is #E2C626. Grayscale: #424242. Windows color (decimal): -14861863 or 14235933. OLE color: 14235933.

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

Color convert

RGB2957217-
CMYK0.870.7400.15
HSL231.06º76.42%48.24%-
HSV(B)231.06º86.64%85.1%-
XYZ14.498.266.46-
YUV66.87212.72100.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 217 (85.16% from 255) = 71.62%
R=9.57%
G=18.81%
B=71.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal29572170.870.7400.15231.0676.4248.24
Hex1D39D9574A0Fe74c30
Octal357133112711201734711460
Binary11101111001110110011010111100101001111111001111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D39D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,217); }

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

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

 a { background-color: rgb(29,57,217); }

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

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

 span { border-color: rgb(29,57,217); }

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