#1A27BE

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

Shades of Persian Blue #1A27BE

Tints of Persian Blue #1A27BE

Color information

#1A27BE (or 0x1A27BE) is unknown color: approx Persian Blue. HEX triplet: 1A, 27 and BE. RGB value is (26,39,190). Sum of RGB (Red+Green+Blue) = 26+39+190=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A27BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A27BE is #E5D841. Grayscale: #333333. Windows color (decimal): -15063106 or 12461850. OLE color: 12461850.

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

Color convert

RGB2639190-
CMYK0.860.7900.25
HSL235.24º75.93%42.35%-
HSV(B)235.24º86.32%74.51%-
XYZ10.455.3949.2-
YUV52.33205.69109.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 190 (74.61% from 255) = 74.51%
R=10.20%
G=15.29%
B=74.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26391900.860.7900.25235.2475.9342.35
Hex1A27BE564F019eb4c2a
Octal324727612611703135311452
Binary110101001111011111010101101001111011001111010111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A27BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,39,190); }

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

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

 a { background-color: rgb(26,39,190); }

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

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

 span { border-color: rgb(26,39,190); }

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