#1D2DB4

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

Shades of Persian Blue #1D2DB4

Tints of Persian Blue #1D2DB4

Color information

#1D2DB4 (or 0x1D2DB4) is unknown color: approx Persian Blue. HEX triplet: 1D, 2D and B4. RGB value is (29,45,180). Sum of RGB (Red+Green+Blue) = 29+45+180=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D2DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2DB4 is #E2D24B. Grayscale: #373737. Windows color (decimal): -14864972 or 11808029. OLE color: 11808029.

HSL color Cylindrical-coordinate representation of color #1D2DB4: hue angle of 233.64º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D2DB4 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2945180-
CMYK0.840.7500.29
HSL233.64º72.25%40.98%-
HSV(B)233.64º83.89%70.59%-
XYZ9.685.4343.72-
YUV55.61198.2109.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 180 (70.70% from 255) = 70.87%
R=11.42%
G=17.72%
B=70.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29451800.840.7500.29233.6472.2540.98
Hex1D2DB4544B01Dea4829
Octal355526412411303535211051
Binary111011011011011010010101001001011011101111010101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,45,180); }

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

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

 a { background-color: rgb(29,45,180); }

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

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

 span { border-color: rgb(29,45,180); }

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