#1A27CC

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

Shades of Persian Blue #1A27CC

Tints of Persian Blue #1A27CC

Color information

#1A27CC (or 0x1A27CC) is unknown color: approx Persian Blue. HEX triplet: 1A, 27 and CC. RGB value is (26,39,204). Sum of RGB (Red+Green+Blue) = 26+39+204=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A27CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A27CC is #E5D833. Grayscale: #353535. Windows color (decimal): -15063092 or 13379354. OLE color: 13379354.

HSL color Cylindrical-coordinate representation of color #1A27CC: hue angle of 235.62º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A27CC is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2639204-
CMYK0.870.8100.2
HSL235.62º77.39%45.1%-
HSV(B)235.62º87.25%80%-
XYZ12.056.0357.66-
YUV53.92212.69108.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 204 (80.08% from 255) = 75.84%
R=9.67%
G=14.50%
B=75.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26392040.870.8100.2235.6277.3945.1
Hex1A27CC5751014ec4d2d
Octal324731412712102435411555
Binary110101001111100110010101111010001010100111011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A27CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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