#1D46CB

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

Shades of Persian Blue #1D46CB

Tints of Persian Blue #1D46CB

Color information

#1D46CB (or 0x1D46CB) is unknown color: approx Persian Blue. HEX triplet: 1D, 46 and CB. RGB value is (29,70,203). Sum of RGB (Red+Green+Blue) = 29+70+203=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D46CB is #E2B934. Grayscale: #484848. Windows color (decimal): -14858549 or 13321757. OLE color: 13321757.

HSL color Cylindrical-coordinate representation of color #1D46CB: hue angle of 225.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D46CB is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2970203-
CMYK0.860.6600.20
HSL225.86º75%45.49%-
HSV(B)225.86º85.71%79.61%-
XYZ13.488.9557.52-
YUV72.9201.4296.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.60%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 203 (79.69% from 255) = 67.22%
R=9.60%
G=23.18%
B=67.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29702030.860.6600.20225.867545.49
Hex1D46CB5642014e24b2d
Octal3510631312610202434211355
Binary1110110001101100101110101101000010010100111000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,70,203); }

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

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

 a { background-color: rgb(29,70,203); }

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

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

 span { border-color: rgb(29,70,203); }

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