#0B7082

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

Shades of Allports #0B7082

Tints of Allports #0B7082

Color information

#0B7082 (or 0x0B7082) is unknown color: approx Allports. HEX triplet: 0B, 70 and 82. RGB value is (11,112,130). Sum of RGB (Red+Green+Blue) = 11+112+130=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B7082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7082 is #F48F7D. Grayscale: #535353. Windows color (decimal): -16027518 or 8548363. OLE color: 8548363.

HSL color Cylindrical-coordinate representation of color #0B7082: hue angle of 189.08º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7082 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11112130-
CMYK0.920.1400.49
HSL189.08º84.4%27.65%-
HSV(B)189.08º91.54%50.98%-
XYZ9.9613.2723.16-
YUV83.85154.0476.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=4.35%
G=44.27%
B=51.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111121300.920.1400.49189.0884.427.65
HexB70825CE031bd541c
Octal131602021341606127512434
Binary101111100001000001010111001110011000110111101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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