#1D2EB5

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

Shades of Persian Blue #1D2EB5

Tints of Persian Blue #1D2EB5

Color information

#1D2EB5 (or 0x1D2EB5) is unknown color: approx Persian Blue. HEX triplet: 1D, 2E and B5. RGB value is (29,46,181). Sum of RGB (Red+Green+Blue) = 29+46+181=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 181 (71.09% from 255 or 70.70% from 256); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D2EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EB5 is #E2D14A. Grayscale: #373737. Windows color (decimal): -14864715 or 11873821. OLE color: 11873821.

HSL color Cylindrical-coordinate representation of color #1D2EB5: hue angle of 233.29º 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 #1D2EB5 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2946181-
CMYK0.840.7500.29
HSL233.29º72.38%41.18%-
HSV(B)233.29º83.98%70.98%-
XYZ9.825.5544.27-
YUV56.31198.37108.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 181 (71.09% from 255) = 70.70%
R=11.33%
G=17.97%
B=70.70%

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
Decimal29461810.840.7500.29233.2972.3841.18
Hex1D2EB5544B01De94829
Octal355626512411303535111051
Binary111011011101011010110101001001011011101111010011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,46,181); }

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

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

 a { background-color: rgb(29,46,181); }

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

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

 span { border-color: rgb(29,46,181); }

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