#0B5F8C

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

Shades of Allports #0B5F8C

Tints of Allports #0B5F8C

Color information

#0B5F8C (or 0x0B5F8C) is unknown color: approx Allports. HEX triplet: 0B, 5F and 8C. RGB value is (11,95,140). Sum of RGB (Red+Green+Blue) = 11+95+140=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B5F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5F8C is #F4A073. Grayscale: #4A4A4A. Windows color (decimal): -16031860 or 9199371. OLE color: 9199371.

HSL color Cylindrical-coordinate representation of color #0B5F8C: hue angle of 200.93º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5F8C is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1195140-
CMYK0.920.3200.45
HSL200.93º85.43%29.61%-
HSV(B)200.93º92.14%54.9%-
XYZ8.9610.1526.3-
YUV75.01164.6782.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 140 (55.08% from 255) = 56.91%
R=4.47%
G=38.62%
B=56.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11951400.920.3200.45200.9385.4329.61
HexB5F8C5C2002Dc9551e
Octal131372141344005531112536
Binary10111011111100011001011100100000010110111001001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,95,140); }

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

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

 a { background-color: rgb(11,95,140); }

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

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

 span { border-color: rgb(11,95,140); }

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