#0B7BC2

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

Shades of Navy Blue #0B7BC2

Tints of Navy Blue #0B7BC2

Color information

#0B7BC2 (or 0x0B7BC2) is unknown color: approx Navy Blue. HEX triplet: 0B, 7B and C2. RGB value is (11,123,194). Sum of RGB (Red+Green+Blue) = 11+123+194=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 194 (76.17% from 255 or 59.15% from 328); Max value from RGB is 194 - color contains mainly: blue. Hex color #0B7BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7BC2 is #F4843D. Grayscale: #616161. Windows color (decimal): -16024638 or 12745483. OLE color: 12745483.

HSL color Cylindrical-coordinate representation of color #0B7BC2: hue angle of 203.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7BC2 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11123194-
CMYK0.940.3700.24
HSL203.28º89.27%40.2%-
HSV(B)203.28º94.33%76.08%-
XYZ16.9618.1353.64-
YUV97.61182.3966.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.35%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 194 (76.17% from 255) = 59.15%
R=3.35%
G=37.5%
B=59.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111231940.940.3700.24203.2889.2740.2
HexB7BC25E25018cb5928
Octal131733021364503031313150
Binary10111111011110000101011110100101011000110010111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,194); }

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

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

 a { background-color: rgb(11,123,194); }

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

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

 span { border-color: rgb(11,123,194); }

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