#0A27E1

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

Shades of Persian Blue #0A27E1

Tints of Persian Blue #0A27E1

Color information

#0A27E1 (or 0x0A27E1) is unknown color: approx Persian Blue. HEX triplet: 0A, 27 and E1. RGB value is (10,39,225). Sum of RGB (Red+Green+Blue) = 10+39+225=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 225 (88.28% from 255 or 82.12% from 274); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A27E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A27E1 is #F5D81E. Grayscale: #323232. Windows color (decimal): -16111647 or 14755594. OLE color: 14755594.

HSL color Cylindrical-coordinate representation of color #0A27E1: hue angle of 231.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A27E1 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1039225-
CMYK0.960.8300.12
HSL231.91º91.49%46.08%-
HSV(B)231.91º95.56%88.24%-
XYZ14.446.9571.81-
YUV51.53225.8998.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.65%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 225 (88.28% from 255) = 82.12%
R=3.65%
G=14.23%
B=82.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal10392250.960.8300.12231.9191.4946.08
HexA27E160530Ce85b2e
Octal124734114012301435013356
Binary1010100111111000011100000101001101100111010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A27E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A27E1; }

 p { color: rgb(10,39,225); }

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

<style>
 a { background-color: #0A27E1; }

 a { background-color: rgb(10,39,225); }

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

<style>
 span { border-color: #0A27E1; }

 span { border-color: rgb(10,39,225); }

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