#1946BF

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

Shades of Persian Blue #1946BF

Tints of Persian Blue #1946BF

Color information

#1946BF (or 0x1946BF) is unknown color: approx Persian Blue. HEX triplet: 19, 46 and BF. RGB value is (25,70,191). Sum of RGB (Red+Green+Blue) = 25+70+191=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #1946BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946BF is #E6B940. Grayscale: #454545. Windows color (decimal): -15120705 or 12535321. OLE color: 12535321.

HSL color Cylindrical-coordinate representation of color #1946BF: hue angle of 223.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1946BF is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2570191-
CMYK0.870.6300.25
HSL223.73º76.85%42.35%-
HSV(B)223.73º86.91%74.9%-
XYZ128.3550.27-
YUV70.34196.0995.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.74%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 191 (75% from 255) = 66.78%
R=8.74%
G=24.48%
B=66.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25701910.870.6300.25223.7376.8542.35
Hex1946BF573F019e04d2a
Octal311062771277703134011552
Binary110011000110101111111010111111111011001111000001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1946BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,70,191); }

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

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

 a { background-color: rgb(25,70,191); }

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

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

 span { border-color: rgb(25,70,191); }

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