#1D33DF

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

Shades of Persian Blue #1D33DF

Tints of Persian Blue #1D33DF

Color information

#1D33DF (or 0x1D33DF) is unknown color: approx Persian Blue. HEX triplet: 1D, 33 and DF. RGB value is (29,51,223). Sum of RGB (Red+Green+Blue) = 29+51+223=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D33DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33DF is #E2CC20. Grayscale: #3F3F3F. Windows color (decimal): -14863393 or 14627613. OLE color: 14627613.

HSL color Cylindrical-coordinate representation of color #1D33DF: hue angle of 233.2º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D33DF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2951223-
CMYK0.870.7700.13
HSL233.2º76.98%49.41%-
HSV(B)233.2º87%87.45%-
XYZ15.017.9670.56-
YUV64.03217.71103.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 223 (87.5% from 255) = 73.60%
R=9.57%
G=16.83%
B=73.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29512230.870.7700.13233.276.9849.41
Hex1D33DF574D0De94d31
Octal356333712711501535111561
Binary11101110011110111111010111100110101101111010011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D33DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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