#0A5BBA

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

Shades of Denim #0A5BBA

Tints of Denim #0A5BBA

Color information

#0A5BBA (or 0x0A5BBA) is unknown color: approx Denim. HEX triplet: 0A, 5B and BA. RGB value is (10,91,186). Sum of RGB (Red+Green+Blue) = 10+91+186=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A5BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BBA is #F5A445. Grayscale: #4D4D4D. Windows color (decimal): -16098374 or 12213002. OLE color: 12213002.

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

Color convert

RGB1091186-
CMYK0.950.5100.27
HSL212.39º89.8%38.43%-
HSV(B)212.39º94.62%72.94%-
XYZ12.7311.0947.92-
YUV77.61189.1679.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 186 (73.05% from 255) = 64.81%
R=3.48%
G=31.71%
B=64.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10911860.950.5100.27212.3989.838.43
HexA5BBA5F3301Bd45a26
Octal121332721376303332413246
Binary10101011011101110101011111110011011011110101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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