#0A5BBB

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

Shades of Denim #0A5BBB

Tints of Denim #0A5BBB

Color information

#0A5BBB (or 0x0A5BBB) is unknown color: approx Denim. HEX triplet: 0A, 5B and BB. RGB value is (10,91,187). Sum of RGB (Red+Green+Blue) = 10+91+187=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A5BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BBB is #F5A444. Grayscale: #4D4D4D. Windows color (decimal): -16098373 or 12278538. OLE color: 12278538.

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

Color convert

RGB1091187-
CMYK0.950.5100.27
HSL212.54º89.85%38.63%-
HSV(B)212.54º94.65%73.33%-
XYZ12.8411.1348.49-
YUV77.72189.6679.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.47%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 187 (73.44% from 255) = 64.93%
R=3.47%
G=31.60%
B=64.93%

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
Decimal10911870.950.5100.27212.5489.8538.63
HexA5BBB5F3301Bd55a27
Octal121332731376303332513247
Binary10101011011101110111011111110011011011110101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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