#1926B3

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

Shades of Persian Blue #1926B3

Tints of Persian Blue #1926B3

Color information

#1926B3 (or 0x1926B3) is unknown color: approx Persian Blue. HEX triplet: 19, 26 and B3. RGB value is (25,38,179). Sum of RGB (Red+Green+Blue) = 25+38+179=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #1926B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926B3 is #E6D94C. Grayscale: #313131. Windows color (decimal): -15128909 or 11740697. OLE color: 11740697.

HSL color Cylindrical-coordinate representation of color #1926B3: hue angle of 234.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1926B3 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2538179-
CMYK0.860.7900.30
HSL234.94º75.49%40%-
HSV(B)234.94º86.03%70.2%-
XYZ9.234.8543.1-
YUV50.19200.69110.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 179 (70.31% from 255) = 73.97%
R=10.33%
G=15.70%
B=73.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25381790.860.7900.30234.9475.4940
Hex1926B3564F01Eeb4b28
Octal314626312611703635311350
Binary110011001101011001110101101001111011110111010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1926B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1926B3; }

 p { color: rgb(25,38,179); }

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

<style>
 a { background-color: #1926B3; }

 a { background-color: rgb(25,38,179); }

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

<style>
 span { border-color: #1926B3; }

 span { border-color: rgb(25,38,179); }

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