#1A2EBB

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

Shades of Persian Blue #1A2EBB

Tints of Persian Blue #1A2EBB

Color information

#1A2EBB (or 0x1A2EBB) is unknown color: approx Persian Blue. HEX triplet: 1A, 2E and BB. RGB value is (26,46,187). Sum of RGB (Red+Green+Blue) = 26+46+187=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A2EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2EBB is #E5D144. Grayscale: #373737. Windows color (decimal): -15061317 or 12267034. OLE color: 12267034.

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

Color convert

RGB2646187-
CMYK0.860.7500.27
HSL232.55º75.59%41.76%-
HSV(B)232.55º86.1%73.33%-
XYZ10.375.7647.58-
YUV56.09201.87106.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 187 (73.44% from 255) = 72.20%
R=10.04%
G=17.76%
B=72.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26461870.860.7500.27232.5575.5941.76
Hex1A2EBB564B01Be94c2a
Octal325627312611303335111452
Binary110101011101011101110101101001011011011111010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,46,187); }

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

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

 a { background-color: rgb(26,46,187); }

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

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

 span { border-color: rgb(26,46,187); }

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