#1448BF

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

Shades of Persian Blue #1448BF

Tints of Persian Blue #1448BF

Color information

#1448BF (or 0x1448BF) is unknown color: approx Persian Blue. HEX triplet: 14, 48 and BF. RGB value is (20,72,191). Sum of RGB (Red+Green+Blue) = 20+72+191=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #1448BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448BF is #EBB740. Grayscale: #454545. Windows color (decimal): -15447873 or 12535828. OLE color: 12535828.

HSL color Cylindrical-coordinate representation of color #1448BF: hue angle of 221.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1448BF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2072191-
CMYK0.900.6200.25
HSL221.75º81.04%41.37%-
HSV(B)221.75º89.53%74.9%-
XYZ12.018.5550.31-
YUV70.02196.2792.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 191 (75% from 255) = 67.49%
R=7.07%
G=25.44%
B=67.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20721910.900.6200.25221.7581.0441.37
Hex1448BF5A3E019de5129
Octal241102771327603133612151
Binary101001001000101111111011010111110011001110111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1448BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1448BF; }

 p { color: rgb(20,72,191); }

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

<style>
 a { background-color: #1448BF; }

 a { background-color: rgb(20,72,191); }

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

<style>
 span { border-color: #1448BF; }

 span { border-color: rgb(20,72,191); }

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