#1A30BF

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

Shades of Persian Blue #1A30BF

Tints of Persian Blue #1A30BF

Color information

#1A30BF (or 0x1A30BF) is unknown color: approx Persian Blue. HEX triplet: 1A, 30 and BF. RGB value is (26,48,191). Sum of RGB (Red+Green+Blue) = 26+48+191=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A30BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A30BF is #E5CF40. Grayscale: #393939. Windows color (decimal): -15060801 or 12529690. OLE color: 12529690.

HSL color Cylindrical-coordinate representation of color #1A30BF: hue angle of 232º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A30BF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2648191-
CMYK0.860.7500.25
HSL232º76.04%42.55%-
HSV(B)232º86.39%74.9%-
XYZ10.896.149.89-
YUV57.72203.21105.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 191 (75% from 255) = 72.08%
R=9.81%
G=18.11%
B=72.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26481910.860.7500.2523276.0442.55
Hex1A30BF564B019e84c2b
Octal326027712611303135011453
Binary110101100001011111110101101001011011001111010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A30BF; }

 p { color: rgb(26,48,191); }

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

<style>
 a { background-color: #1A30BF; }

 a { background-color: rgb(26,48,191); }

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

<style>
 span { border-color: #1A30BF; }

 span { border-color: rgb(26,48,191); }

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