#1D46B8

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

Shades of Persian Blue #1D46B8

Tints of Persian Blue #1D46B8

Color information

#1D46B8 (or 0x1D46B8) is unknown color: approx Persian Blue. HEX triplet: 1D, 46 and B8. RGB value is (29,70,184). Sum of RGB (Red+Green+Blue) = 29+70+184=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #1D46B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D46B8 is #E2B947. Grayscale: #464646. Windows color (decimal): -14858568 or 12076573. OLE color: 12076573.

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

Color convert

RGB2970184-
CMYK0.840.6200.28
HSL224.13º72.77%41.76%-
HSV(B)224.13º84.24%72.16%-
XYZ11.358.146.31-
YUV70.74191.9298.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 184 (72.27% from 255) = 65.02%
R=10.25%
G=24.73%
B=65.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal29701840.840.6200.28224.1372.7741.76
Hex1D46B8543E01Ce0492a
Octal351062701247603434011152
Binary111011000110101110001010100111110011100111000001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D46B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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