#0B7184

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

Shades of Allports #0B7184

Tints of Allports #0B7184

Color information

#0B7184 (or 0x0B7184) is unknown color: approx Allports. HEX triplet: 0B, 71 and 84. RGB value is (11,113,132). Sum of RGB (Red+Green+Blue) = 11+113+132=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #0B7184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7184 is #F48E7B. Grayscale: #545454. Windows color (decimal): -16027260 or 8679691. OLE color: 8679691.

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

Color convert

RGB11113132-
CMYK0.920.1400.48
HSL189.42º84.62%28.04%-
HSV(B)189.42º91.67%51.76%-
XYZ10.2113.5523.91-
YUV84.67154.7175.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=4.30%
G=44.14%
B=51.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111131320.920.1400.48189.4284.6228.04
HexB71845CE030bd551c
Octal131612041341606027512534
Binary101111100011000010010111001110011000010111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,113,132); }

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

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

 a { background-color: rgb(11,113,132); }

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

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

 span { border-color: rgb(11,113,132); }

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