#0B70BB

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

Shades of Denim #0B70BB

Tints of Denim #0B70BB

Color information

#0B70BB (or 0x0B70BB) is unknown color: approx Denim. HEX triplet: 0B, 70 and BB. RGB value is (11,112,187). Sum of RGB (Red+Green+Blue) = 11+112+187=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B70BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B70BB is #F48F44. Grayscale: #595959. Windows color (decimal): -16027461 or 12283915. OLE color: 12283915.

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

Color convert

RGB11112187-
CMYK0.940.4000.27
HSL205.57º88.89%38.82%-
HSV(B)205.57º94.12%73.33%-
XYZ14.915.2549.17-
YUV90.35182.5471.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.55%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 187 (73.44% from 255) = 60.32%
R=3.55%
G=36.13%
B=60.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111121870.940.4000.27205.5788.8938.82
HexB70BB5E2801Bce5927
Octal131602731365003331613147
Binary10111110000101110111011110101000011011110011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B70BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,112,187); }

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

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

 a { background-color: rgb(11,112,187); }

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

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

 span { border-color: rgb(11,112,187); }

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