#0A2EBA

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

Shades of Persian Blue #0A2EBA

Tints of Persian Blue #0A2EBA

Color information

#0A2EBA (or 0x0A2EBA) is unknown color: approx Persian Blue. HEX triplet: 0A, 2E and BA. RGB value is (10,46,186). Sum of RGB (Red+Green+Blue) = 10+46+186=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A2EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2EBA is #F5D145. Grayscale: #323232. Windows color (decimal): -16109894 or 12201482. OLE color: 12201482.

HSL color Cylindrical-coordinate representation of color #0A2EBA: hue angle of 227.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2EBA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1046186-
CMYK0.950.7500.27
HSL227.73º89.8%38.43%-
HSV(B)227.73º94.62%72.94%-
XYZ9.975.5647-
YUV51.2204.0798.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 186 (73.05% from 255) = 76.86%
R=4.13%
G=19.01%
B=76.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10461860.950.7500.27227.7389.838.43
HexA2EBA5F4B01Be45a26
Octal125627213711303334413246
Binary10101011101011101010111111001011011011111001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,46,186); }

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

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

 a { background-color: rgb(10,46,186); }

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

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

 span { border-color: rgb(10,46,186); }

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