#0B6387

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

Shades of Allports #0B6387

Tints of Allports #0B6387

Color information

#0B6387 (or 0x0B6387) is unknown color: approx Allports. HEX triplet: 0B, 63 and 87. RGB value is (11,99,135). Sum of RGB (Red+Green+Blue) = 11+99+135=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B6387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6387 is #F49C78. Grayscale: #4C4C4C. Windows color (decimal): -16030841 or 8872715. OLE color: 8872715.

HSL color Cylindrical-coordinate representation of color #0B6387: hue angle of 197.42º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6387 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1199135-
CMYK0.920.2700.47
HSL197.42º84.93%28.63%-
HSV(B)197.42º91.85%52.94%-
XYZ8.9710.7424.52-
YUV76.79160.8581.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.49%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=4.49%
G=40.41%
B=55.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11991350.920.2700.47197.4284.9328.63
HexB63875C1B02Fc5551d
Octal131432071343305730512535
Binary1011110001110000111101110011011010111111000101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,135); }

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

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

 a { background-color: rgb(11,99,135); }

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

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

 span { border-color: rgb(11,99,135); }

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