#0A27C9

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

Shades of Persian Blue #0A27C9

Tints of Persian Blue #0A27C9

Color information

#0A27C9 (or 0x0A27C9) is unknown color: approx Persian Blue. HEX triplet: 0A, 27 and C9. RGB value is (10,39,201). Sum of RGB (Red+Green+Blue) = 10+39+201=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 201 (78.91% from 255 or 80.4% from 250); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A27C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A27C9 is #F5D836. Grayscale: #303030. Windows color (decimal): -16111671 or 13182730. OLE color: 13182730.

HSL color Cylindrical-coordinate representation of color #0A27C9: hue angle of 230.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A27C9 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1039201-
CMYK0.950.8100.21
HSL230.89º90.52%41.37%-
HSV(B)230.89º95.02%78.82%-
XYZ11.395.7355.76-
YUV48.8213.89100.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 201 (78.91% from 255) = 80.4%
R=4%
G=15.6%
B=80.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10392010.950.8100.21230.8990.5241.37
HexA27C95F51015e75b29
Octal124731113712102534713351
Binary10101001111100100110111111010001010101111001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A27C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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