#1648B3

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

Shades of Persian Blue #1648B3

Tints of Persian Blue #1648B3

Color information

#1648B3 (or 0x1648B3) is unknown color: approx Persian Blue. HEX triplet: 16, 48 and B3. RGB value is (22,72,179). Sum of RGB (Red+Green+Blue) = 22+72+179=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #1648B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1648B3 is #E9B74C. Grayscale: #444444. Windows color (decimal): -15316813 or 11749398. OLE color: 11749398.

HSL color Cylindrical-coordinate representation of color #1648B3: hue angle of 220.89º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1648B3 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2272179-
CMYK0.880.6000.30
HSL220.89º78.11%39.41%-
HSV(B)220.89º87.71%70.2%-
XYZ10.788.0643.64-
YUV69.25189.9494.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 179 (70.31% from 255) = 65.57%
R=8.06%
G=26.37%
B=65.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22721790.880.6000.30220.8978.1139.41
Hex1648B3583C01Edd4e27
Octal261102631307403633511647
Binary101101001000101100111011000111100011110110111011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1648B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1648B3; }

 p { color: rgb(22,72,179); }

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

<style>
 a { background-color: #1648B3; }

 a { background-color: rgb(22,72,179); }

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

<style>
 span { border-color: #1648B3; }

 span { border-color: rgb(22,72,179); }

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