#1D33B7

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

Shades of Persian Blue #1D33B7

Tints of Persian Blue #1D33B7

Color information

#1D33B7 (or 0x1D33B7) is unknown color: approx Persian Blue. HEX triplet: 1D, 33 and B7. RGB value is (29,51,183). Sum of RGB (Red+Green+Blue) = 29+51+183=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 183 (71.88% from 255 or 69.58% from 263); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D33B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33B7 is #E2CC48. Grayscale: #3A3A3A. Windows color (decimal): -14863433 or 12006173. OLE color: 12006173.

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

Color convert

RGB2951183-
CMYK0.840.7200.28
HSL231.43º72.64%41.57%-
HSV(B)231.43º84.15%71.76%-
XYZ10.246.0545.43-
YUV59.47197.71106.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.03%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 183 (71.88% from 255) = 69.58%
R=11.03%
G=19.39%
B=69.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal29511830.840.7200.28231.4372.6441.57
Hex1D33B7544801Ce7492a
Octal356326712411003434711152
Binary111011100111011011110101001001000011100111001111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,183); }

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

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

 a { background-color: rgb(29,51,183); }

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

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

 span { border-color: rgb(29,51,183); }

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