#1A3BB6

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

Shades of Persian Blue #1A3BB6

Tints of Persian Blue #1A3BB6

Color information

#1A3BB6 (or 0x1A3BB6) is unknown color: approx Persian Blue. HEX triplet: 1A, 3B and B6. RGB value is (26,59,182). Sum of RGB (Red+Green+Blue) = 26+59+182=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A3BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3BB6 is #E5C449. Grayscale: #3E3E3E. Windows color (decimal): -15057994 or 11942682. OLE color: 11942682.

HSL color Cylindrical-coordinate representation of color #1A3BB6: hue angle of 227.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A3BB6 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2659182-
CMYK0.860.6800.29
HSL227.31º75%40.78%-
HSV(B)227.31º85.71%71.37%-
XYZ10.436.7245-
YUV63.16195.07101.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 182 (71.48% from 255) = 68.16%
R=9.74%
G=22.10%
B=68.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26591820.860.6800.29227.317540.78
Hex1A3BB6564401De34b29
Octal327326612610403534311351
Binary110101110111011011010101101000100011101111000111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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