#1A27B4

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

Shades of Persian Blue #1A27B4

Tints of Persian Blue #1A27B4

Color information

#1A27B4 (or 0x1A27B4) is unknown color: approx Persian Blue. HEX triplet: 1A, 27 and B4. RGB value is (26,39,180). Sum of RGB (Red+Green+Blue) = 26+39+180=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A27B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A27B4 is #E5D84B. Grayscale: #323232. Windows color (decimal): -15063116 or 11806490. OLE color: 11806490.

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

Color convert

RGB2639180-
CMYK0.860.7800.29
HSL234.94º74.76%40.39%-
HSV(B)234.94º85.56%70.59%-
XYZ9.394.9743.64-
YUV51.19200.69110.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 180 (70.70% from 255) = 73.47%
R=10.61%
G=15.92%
B=73.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26391800.860.7800.29234.9474.7640.39
Hex1A27B4564E01Deb4b28
Octal324726412611603535311350
Binary110101001111011010010101101001110011101111010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A27B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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