#0B6791

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

Shades of Allports #0B6791

Tints of Allports #0B6791

Color information

#0B6791 (or 0x0B6791) is unknown color: approx Allports. HEX triplet: 0B, 67 and 91. RGB value is (11,103,145). Sum of RGB (Red+Green+Blue) = 11+103+145=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B6791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6791 is #F4986E. Grayscale: #505050. Windows color (decimal): -16029807 or 9529099. OLE color: 9529099.

HSL color Cylindrical-coordinate representation of color #0B6791: hue angle of 198.81º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6791 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11103145-
CMYK0.920.2900.43
HSL198.81º85.9%30.59%-
HSV(B)198.81º92.41%56.86%-
XYZ10.111.8228.54-
YUV80.28164.5278.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=4.25%
G=39.77%
B=55.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111031450.920.2900.43198.8185.930.59
HexB67915C1D02Bc7561f
Octal131472211343505330712637
Binary1011110011110010001101110011101010101111000111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,145); }

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

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

 a { background-color: rgb(11,103,145); }

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

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

 span { border-color: rgb(11,103,145); }

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