#1946B4

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

Shades of Persian Blue #1946B4

Tints of Persian Blue #1946B4

Color information

#1946B4 (or 0x1946B4) is unknown color: approx Persian Blue. HEX triplet: 19, 46 and B4. RGB value is (25,70,180). Sum of RGB (Red+Green+Blue) = 25+70+180=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #1946B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946B4 is #E6B94B. Grayscale: #444444. Windows color (decimal): -15120716 or 11814425. OLE color: 11814425.

HSL color Cylindrical-coordinate representation of color #1946B4: hue angle of 222.58º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1946B4 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2570180-
CMYK0.860.6100.29
HSL222.58º75.61%40.2%-
HSV(B)222.58º86.11%70.59%-
XYZ10.837.8844.13-
YUV69.08190.5996.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 180 (70.70% from 255) = 65.45%
R=9.09%
G=25.45%
B=65.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25701800.860.6100.29222.5875.6140.2
Hex1946B4563D01Ddf4c28
Octal311062641267503533711450
Binary110011000110101101001010110111101011101110111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1946B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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