#1D31BB

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

Shades of Persian Blue #1D31BB

Tints of Persian Blue #1D31BB

Color information

#1D31BB (or 0x1D31BB) is unknown color: approx Persian Blue. HEX triplet: 1D, 31 and BB. RGB value is (29,49,187). Sum of RGB (Red+Green+Blue) = 29+49+187=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D31BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D31BB is #E2CE44. Grayscale: #3A3A3A. Windows color (decimal): -14863941 or 12267805. OLE color: 12267805.

HSL color Cylindrical-coordinate representation of color #1D31BB: hue angle of 232.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D31BB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2949187-
CMYK0.840.7400.27
HSL232.41º73.15%42.35%-
HSV(B)232.41º84.49%73.33%-
XYZ10.576.0547.62-
YUV58.75200.37106.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.94%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 187 (73.44% from 255) = 70.57%
R=10.94%
G=18.49%
B=70.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29491870.840.7400.27232.4173.1542.35
Hex1D31BB544A01Be8492a
Octal356127312411203335011152
Binary111011100011011101110101001001010011011111010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,187); }

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

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

 a { background-color: rgb(29,49,187); }

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

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

 span { border-color: rgb(29,49,187); }

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