#0A3EBA

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

Shades of Persian Blue #0A3EBA

Tints of Persian Blue #0A3EBA

Color information

#0A3EBA (or 0x0A3EBA) is unknown color: approx Persian Blue. HEX triplet: 0A, 3E and BA. RGB value is (10,62,186). Sum of RGB (Red+Green+Blue) = 10+62+186=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A3EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3EBA is #F5C145. Grayscale: #3C3C3C. Windows color (decimal): -16105798 or 12205578. OLE color: 12205578.

HSL color Cylindrical-coordinate representation of color #0A3EBA: hue angle of 222.27º 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 #0A3EBA is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1062186-
CMYK0.950.6700.27
HSL222.27º89.8%38.43%-
HSV(B)222.27º94.62%72.94%-
XYZ10.717.0547.25-
YUV60.59198.7791.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.88%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 186 (73.05% from 255) = 72.09%
R=3.88%
G=24.03%
B=72.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10621860.950.6700.27222.2789.838.43
HexA3EBA5F4301Bde5a26
Octal127627213710303333613246
Binary10101111101011101010111111000011011011110111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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