#1d48b6

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

Shades of Persian Blue #1D48B6

Tints of Persian Blue #1D48B6

Color information

#1D48B6 (or 0x1D48B6) is unknown color: approx Persian Blue. HEX triplet: 1D, 48 and B6. RGB value is (29,72,182). Sum of RGB (Red+Green+Blue) = 29+72+182=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D48B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48B6 is #E2B749. Grayscale: #474747. Windows color (decimal): -14858058 or 11946013. OLE color: 11946013.

HSL color Cylindrical-coordinate representation of color #1D48B6: hue angle of 223.14º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D48B6 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2972182-
CMYK0.840.6000.29
HSL223.14º72.51%41.37%-
HSV(B)223.14º84.07%71.37%-
XYZ11.278.2745.26-
YUV71.68190.2597.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=10.25%
G=25.44%
B=64.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29721820.840.6000.29223.1472.5141.37
Hex1D48B6543C01Ddf4929
Octal351102661247403533711151
Binary111011001000101101101010100111100011101110111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d48b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,182); }

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

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

 a { background-color: rgb(29,72,182); }

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

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

 span { border-color: rgb(29,72,182); }

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