#1A3BB4

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

Shades of Persian Blue #1A3BB4

Tints of Persian Blue #1A3BB4

Color information

#1A3BB4 (or 0x1A3BB4) is unknown color: approx Persian Blue. HEX triplet: 1A, 3B and B4. RGB value is (26,59,180). Sum of RGB (Red+Green+Blue) = 26+59+180=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 180 (70.70% from 255 or 67.92% from 265); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A3BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3BB4 is #E5C44B. Grayscale: #3E3E3E. Windows color (decimal): -15057996 or 11811610. OLE color: 11811610.

HSL color Cylindrical-coordinate representation of color #1A3BB4: hue angle of 227.14º degrees, saturation: 0.75, 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 #1A3BB4 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2659180-
CMYK0.860.6700.29
HSL227.14º74.76%40.39%-
HSV(B)227.14º85.56%70.59%-
XYZ10.236.6443.92-
YUV62.93194.07101.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 180 (70.70% from 255) = 67.92%
R=9.81%
G=22.26%
B=67.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26591800.860.6700.29227.1474.7640.39
Hex1A3BB4564301De34b28
Octal327326412610303534311350
Binary110101110111011010010101101000011011101111000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,59,180); }

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

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

 a { background-color: rgb(26,59,180); }

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

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

 span { border-color: rgb(26,59,180); }

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