#1A48B6

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

Shades of Persian Blue #1A48B6

Tints of Persian Blue #1A48B6

Color information

#1A48B6 (or 0x1A48B6) is unknown color: approx Persian Blue. HEX triplet: 1A, 48 and B6. RGB value is (26,72,182). Sum of RGB (Red+Green+Blue) = 26+72+182=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A48B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A48B6 is #E5B749. Grayscale: #464646. Windows color (decimal): -15054666 or 11946010. OLE color: 11946010.

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

Color convert

RGB2672182-
CMYK0.860.6000.29
HSL222.31º75%40.78%-
HSV(B)222.31º85.71%71.37%-
XYZ11.198.2345.26-
YUV70.79190.7696.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 182 (71.48% from 255) = 65%
R=9.29%
G=25.71%
B=65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26721820.860.6000.29222.317540.78
Hex1A48B6563C01Dde4b29
Octal321102661267403533611351
Binary110101001000101101101010110111100011101110111101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A48B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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