#0B5BF0

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

Shades of Navy Blue #0B5BF0

Tints of Navy Blue #0B5BF0

Color information

#0B5BF0 (or 0x0B5BF0) is unknown color: approx Navy Blue. HEX triplet: 0B, 5B and F0. RGB value is (11,91,240). Sum of RGB (Red+Green+Blue) = 11+91+240=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #0B5BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5BF0 is #F4A40F. Grayscale: #535353. Windows color (decimal): -16032784 or 15751947. OLE color: 15751947.

HSL color Cylindrical-coordinate representation of color #0B5BF0: hue angle of 219.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5BF0 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1191240-
CMYK0.950.6200.06
HSL219.04º91.24%49.22%-
HSV(B)219.04º95.42%94.12%-
XYZ19.6113.8484.08-
YUV84.0721675.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.22%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 240 (94.14% from 255) = 70.18%
R=3.22%
G=26.61%
B=70.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11912400.950.6200.06219.0491.2449.22
HexB5BF05F3E06db5b31
Octal13133360137760633313361
Binary101110110111111000010111111111100110110110111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,91,240); }

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

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

 a { background-color: rgb(11,91,240); }

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

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

 span { border-color: rgb(11,91,240); }

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