#1946b8

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

Shades of Persian Blue #1946B8

Tints of Persian Blue #1946B8

Color information

#1946B8 (or 0x1946B8) is unknown color: approx Persian Blue. HEX triplet: 19, 46 and B8. RGB value is (25,70,184). Sum of RGB (Red+Green+Blue) = 25+70+184=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #1946B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946B8 is #E6B947. Grayscale: #454545. Windows color (decimal): -15120712 or 12076569. OLE color: 12076569.

HSL color Cylindrical-coordinate representation of color #1946B8: hue angle of 223.02º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1946B8 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2570184-
CMYK0.860.6200.28
HSL223.02º76.08%40.98%-
HSV(B)223.02º86.41%72.16%-
XYZ11.248.0546.31-
YUV69.54192.5996.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 184 (72.27% from 255) = 65.95%
R=8.96%
G=25.09%
B=65.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25701840.860.6200.28223.0276.0840.98
Hex1946B8563E01Cdf4c29
Octal311062701267603433711451
Binary110011000110101110001010110111110011100110111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1946b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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