#0A5EBA

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

Shades of Denim #0A5EBA

Tints of Denim #0A5EBA

Color information

#0A5EBA (or 0x0A5EBA) is unknown color: approx Denim. HEX triplet: 0A, 5E and BA. RGB value is (10,94,186). Sum of RGB (Red+Green+Blue) = 10+94+186=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A5EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5EBA is #F5A145. Grayscale: #4E4E4E. Windows color (decimal): -16097606 or 12213770. OLE color: 12213770.

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

Color convert

RGB1094186-
CMYK0.950.4900.27
HSL211.36º89.8%38.43%-
HSV(B)211.36º94.62%72.94%-
XYZ12.9911.6248.01-
YUV79.37188.1778.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.45%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=3.45%
G=32.41%
B=64.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10941860.950.4900.27211.3689.838.43
HexA5EBA5F3101Bd35a26
Octal121362721376103332313246
Binary10101011110101110101011111110001011011110100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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