#1916B8

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

Shades of Persian Blue #1916B8

Tints of Persian Blue #1916B8

Color information

#1916B8 (or 0x1916B8) is unknown color: approx Persian Blue. HEX triplet: 19, 16 and B8. RGB value is (25,22,184). Sum of RGB (Red+Green+Blue) = 25+22+184=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 184 (72.27% from 255 or 79.65% from 231); Max value from RGB is 184 - color contains mainly: blue. Hex color #1916B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1916B8 is #E6E947. Grayscale: #282828. Windows color (decimal): -15133000 or 12064281. OLE color: 12064281.

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

Color convert

RGB2522184-
CMYK0.860.8800.28
HSL241.11º78.64%40.39%-
HSV(B)241.11º88.04%72.16%-
XYZ9.344.2445.67-
YUV41.36208.49116.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 184 (72.27% from 255) = 79.65%
R=10.82%
G=9.52%
B=79.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25221840.860.8800.28241.1178.6440.39
Hex1916B8565801Cf14f28
Octal312627012613003436111750
Binary11001101101011100010101101011000011100111100011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1916B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1916B8; }

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

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

<style>
 a { background-color: #1916B8; }

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

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

<style>
 span { border-color: #1916B8; }

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

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